Skip to content

Commit

Permalink
action.yml: Rename install script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Jul 18, 2023
1 parent 7c8c7ad commit 4621cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
runs:
using: "composite"
steps:
- run: install-cli.sh
- run: ./gh-actions-install-cli.sh
shell: bash
- run: gh-downloader -r ${{ inputs.repo }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
shell: bash
Expand Down
File renamed without changes.

0 comments on commit 4621cb3

Please sign in to comment.