Skip to content

Commit 8b371b4

Browse files
authored
Merge pull request #22 from PRODYNA/feature/reduce-window-size-to-50
feature/reduce window size to 50
2 parents b72ad6a + 101ed3a commit 8b371b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Run the deployment overview action
4343
- name: Github users
44-
uses: prodyna/github-users@v1.0
44+
uses: prodyna/github-users@v1.6
4545
with:
4646
# The action to run
4747
action: members
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Run the deployment overview action
6060
- name: Github users
61-
uses: prodyna/github-users@v1.0
61+
uses: prodyna/github-users@v1.6
6262
with:
6363
# The action to run
6464
action: collaborators

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputs:
2525
default: 1
2626
runs:
2727
using: 'docker'
28-
image: 'docker://ghcr.io/prodyna/github-users:v1.5'
28+
image: 'docker://ghcr.io/prodyna/github-users:v1.6'
2929
env:
3030
ACTION: ${{ inputs.action }}
3131
ENTERPRISE: ${{ inputs.enterprise }}

0 commit comments

Comments
 (0)