This commit is contained in:
Kirill Chikalin
2025-03-20 08:55:25 +03:00
parent 6c06b3e4bd
commit 4bc71a8287

View File

@@ -34,7 +34,7 @@ runs:
steps: steps:
- name: Setup - name: Setup
run: | run: |
echo ${{ inputs.message }} echo "${{ inputs.message }}"
echo "OUTPUT_MESSAGE_ID=" >> $GITHUB_ENV echo "OUTPUT_MESSAGE_ID=" >> $GITHUB_ENV
shell: bash shell: bash