Skip to content

Commit

Permalink
fix: prefix script with actions path
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Nov 20, 2020
1 parent 7a98727 commit a27fa9e
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 @@ -19,7 +19,7 @@ runs:
- name: Maybe install and definitely invoke buf
shell: bash
run: |
source scripts/install-buf.sh ${{ inputs.bufVersion }}
source ${{ github.actions_path }}/scripts/install-buf.sh ${{ inputs.bufVersion }}
buf ${{ inputs.bufArgs }}
branding:
Expand Down

0 comments on commit a27fa9e

Please sign in to comment.