Skip to content

Commit 4621cb3

Browse files
action.yml: Rename install script
1 parent 7c8c7ad commit 4621cb3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
runs:
2727
using: "composite"
2828
steps:
29-
- run: install-cli.sh
29+
- run: ./gh-actions-install-cli.sh
3030
shell: bash
3131
- run: gh-downloader -r ${{ inputs.repo }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
3232
shell: bash
File renamed without changes.

0 commit comments

Comments
 (0)