Skip to content

Commit c3e2a2e

Browse files
action.yml: Add the correct path dir
1 parent 4621cb3 commit c3e2a2e

File tree

1 file changed

+1
-1
lines changed

1 file 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: ./gh-actions-install-cli.sh
29+
- run: $GITHUB_ACTION_PATH/gh-actions-install-cli.sh
3030
shell: bash
3131
- run: gh-downloader -r ${{ inputs.repo }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
3232
shell: bash

0 commit comments

Comments
 (0)