echo message

This commit is contained in:
Kirill Chikalin
2025-03-20 08:54:49 +03:00
parent 02fce37a63
commit 6c06b3e4bd

View File

@@ -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