deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-07-04 01:22:01 +03:00
parent 98efc877af
commit d0a4990780
@@ -19,7 +19,7 @@ runs:
env: env:
RAW_MESSAGE: ${{ inputs.message }} RAW_MESSAGE: ${{ inputs.message }}
run: | run: |
ESCAPED_MESSAGE=$(echo "$RAW_MESSAGE" | sed "s|-|-\\\\-|g" | sed "s|\.|\\\\.|g" | sed "s|!|\\\\!/g") ESCAPED_MESSAGE=$(echo "$RAW_MESSAGE" | sed "s|-|-\\\\-|g" | sed "s|\.|\ \ \ \ .|g" | sed "s|!|\\\\!|g")
echo "result<<EOF" >> $GITHUB_OUTPUT echo "result<<EOF" >> $GITHUB_OUTPUT
echo "$ESCAPED_MESSAGE" >> $GITHUB_OUTPUT echo "$ESCAPED_MESSAGE" >> $GITHUB_OUTPUT