diff --git a/action.yml b/action.yml index 0b39b0b..a963f0c 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: - name: Maybe install and definitely invoke buf shell: bash run: | - source ${{ github.actions_path }}/scripts/install-buf.sh ${{ inputs.bufVersion }} + source ${{ github.action_path }}/scripts/install-buf.sh ${{ inputs.bufVersion }} buf ${{ inputs.bufArgs }} branding: