Skip to content

Commit 5f5211c

Browse files
fix: path to deps.sh file
1 parent b002600 commit 5f5211c

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
@@ -60,7 +60,7 @@ runs:
6060
steps:
6161
- name: "Install the gh cli tool if not installed"
6262
shell: bash
63-
run: ./deps.sh
63+
run: ${{ github.action_path }}/deps.sh
6464

6565
- name: "Error missing auth conf"
6666
if: inputs.gh_app_secret_key == '' && inputs.gh_app_ID == '' && inputs.gh_token == ''

0 commit comments

Comments
 (0)