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)