Skip to content

Commit

Permalink
Merge pull request #22 from PRODYNA/feature/reduce-window-size-to-50
Browse files Browse the repository at this point in the history
feature/reduce window size to 50
  • Loading branch information
dkrizic authored Mar 16, 2024
2 parents b72ad6a + 101ed3a commit 8b371b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Run the deployment overview action
- name: Github users
uses: prodyna/github-users@v1.0
uses: prodyna/github-users@v1.6
with:
# The action to run
action: members
Expand All @@ -58,7 +58,7 @@ jobs:

# Run the deployment overview action
- name: Github users
uses: prodyna/github-users@v1.0
uses: prodyna/github-users@v1.6
with:
# The action to run
action: collaborators
Expand Down
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.5'
image: 'docker://ghcr.io/prodyna/github-users:v1.6'
env:
ACTION: ${{ inputs.action }}
ENTERPRISE: ${{ inputs.enterprise }}
Expand Down

0 comments on commit 8b371b4

Please sign in to comment.