Skip to content

Commit

Permalink
fix missing permission to run script
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Aug 13, 2024
1 parent d56614f commit df45681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ runs:
steps:
- name: Setup Vib
shell: bash
run: $GITHUB_ACTION_PATH/setup.sh ${{ inputs.plugins }}
run: |
bash $GITHUB_ACTION_PATH/setup.sh ${{ inputs.plugins }}
- name: Run Vib
shell: bash
Expand Down

0 comments on commit df45681

Please sign in to comment.