From e6289c6e1293756ce416cb550233d48e56140c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Wed, 13 Mar 2024 15:29:05 +0100 Subject: [PATCH] Fix template and prepare for v1.2 --- action.yaml | 2 +- template/collaborators.tpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 9686f03..3bf843b 100644 --- a/action.yaml +++ b/action.yaml @@ -25,7 +25,7 @@ inputs: default: 1 runs: using: 'docker' - image: 'docker://ghcr.io/prodyna/github-users:v1.1' + image: 'docker://ghcr.io/prodyna/github-users:v1.2' env: ACTION: ${{ inputs.action }} ENTERPRISE: ${{ inputs.enterprise }} diff --git a/template/collaborators.tpl b/template/collaborators.tpl index f141ca3..fd20cff 100644 --- a/template/collaborators.tpl +++ b/template/collaborators.tpl @@ -6,6 +6,5 @@ Last updated: {{ .Updated }} | ------ | ---- | ------------- | ------------ | ---------- | {{ range $user := .Users }}{{ range $org := $user.Organizations }}{{ range $repo := $org.Repositories }}| {{ $user.Number }} | [{{ $user.Login }}](https://github.com/{{ $user.Login }}) | {{if $user.Contributions}}:green_square:{{else}}:red_square:{{end}} {{ $user.Contributions }} | [{{ $org.Name }}](https://github.com/{{ $org.Login }}) | [{{ $repo.Name }}](https://github.com/{{ $org.Login }}/{{ $repo.Name }}) | {{ end }}{{ end }}{{ end }} - --- Generated with :heart: by [github-users](https://github.com/prodyna/github-users)