Skip to content

Commit

Permalink
action.yml: Add the correct path dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Jul 19, 2023
1 parent 4621cb3 commit c3e2a2e
Showing 1 changed file 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: ./gh-actions-install-cli.sh
- run: $GITHUB_ACTION_PATH/gh-actions-install-cli.sh
shell: bash
- run: gh-downloader -r ${{ inputs.repo }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
shell: bash
Expand Down

0 comments on commit c3e2a2e

Please sign in to comment.