diff --git a/action.yml b/action.yml index 77ad98f..436593c 100644 --- a/action.yml +++ b/action.yml @@ -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 }}