ТюТю
Some checks failed
Gitea Actions / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
p.belezov 2024-03-12 17:45:39 +08:00
parent 314f49f0c9
commit 5814ad96ad

View File

@ -6,7 +6,7 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu
steps:
- run: cat {{ vars.ENV_PROD }} > .env
- run: cat ${{ vars.ENV_PROD }} > .env
- run: echo "Stopping gitea service..."
- run: systemctl stop resume
- run: echo "Gitea service stopped"