diff --git a/action.yml b/action.yml index b3f2004..d929b2b 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: steps: - name: Setup run: | - echo ${{ inputs.message }} + echo "${{ inputs.message }}" echo "OUTPUT_MESSAGE_ID=" >> $GITHUB_ENV shell: bash