Skip to content

Commit

Permalink
Fix template and prepare for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 13, 2024
1 parent 58df82a commit e6289c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion template/collaborators.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e6289c6

Please sign in to comment.