We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b72ad6a + 101ed3a commit 8b371b4Copy full SHA for 8b371b4
2 files changed
README.md
@@ -41,7 +41,7 @@ jobs:
41
42
# Run the deployment overview action
43
- name: Github users
44
- uses: prodyna/github-users@v1.0
+ uses: prodyna/github-users@v1.6
45
with:
46
# The action to run
47
action: members
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
action: collaborators
action.yaml
@@ -25,7 +25,7 @@ inputs:
25
default: 1
26
runs:
27
using: 'docker'
28
- image: 'docker://ghcr.io/prodyna/github-users:v1.5'
+ image: 'docker://ghcr.io/prodyna/github-users:v1.6'
29
env:
30
ACTION: ${{ inputs.action }}
31
ENTERPRISE: ${{ inputs.enterprise }}
0 commit comments