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

This commit is contained in:
2026-07-04 01:31:31 +03:00
parent c159c0177f
commit 890136634a
@@ -18,7 +18,7 @@ runs:
shell: python shell: python
env: env:
RAW_MESSAGE: ${{ inputs.message }} RAW_MESSAGE: ${{ inputs.message }}
ESCAPED_MESSAGE: ${{ github.output }} ESCAPED_MESSAGE: $GITHUB_OUTPUT
run: | run: |
import os import os