Skip to content

Commit

Permalink
fix: quote plugins arg
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Nov 23, 2020
1 parent 29a69c2 commit dfe6100
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 @@ -25,7 +25,7 @@ runs:
run: |
REPO_DIR="$(pwd)"
cd ${{ github.action_path }}
source scripts/install-buf.sh ${{ inputs.bufVersion }} ${{ inputs.protocPlugins }}
source scripts/install-buf.sh ${{ inputs.bufVersion }} "${{ inputs.protocPlugins }}"
cd $REPO_DIR
buf ${{ inputs.bufArgs }}
Expand Down

0 comments on commit dfe6100

Please sign in to comment.