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

This commit is contained in:
2026-07-04 02:08:19 +03:00
parent 15cafea367
commit 8f48806208
3 changed files with 3 additions and 4 deletions
@@ -23,7 +23,6 @@ runs:
MSG="${MSG//-/\\-}"
MSG="${MSG//./\\.}"
MSG="${MSG//!/\\!}"
MSG="${MSG//\`/\\\\\\\`}"
echo "result<<EOF" >> $GITHUB_OUTPUT
echo "$MSG" >> $GITHUB_OUTPUT