diff --git a/action.yml b/action.yml index 312e365..b3f2004 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,9 @@ runs: using: "composite" steps: - name: Setup - run: echo "OUTPUT_MESSAGE_ID=" >> $GITHUB_ENV + run: | + echo ${{ inputs.message }} + echo "OUTPUT_MESSAGE_ID=" >> $GITHUB_ENV shell: bash # - name: Random Number Generator