Skip to content

Commit

Permalink
fix: path to deps.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Jul 14, 2022
1 parent b002600 commit 5f5211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -60,7 +60,7 @@ runs:
steps:
- name: "Install the gh cli tool if not installed"
shell: bash
run: ./deps.sh
run: ${{ github.action_path }}/deps.sh

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

0 comments on commit 5f5211c

Please sign in to comment.