diff --git a/action.yml b/action.yml index 492ee57..0b39b0b 100644 --- a/action.yml +++ b/action.yml @@ -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: