Непоняв
Some checks failed
Gitea Actions / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
p.belezov 2024-03-12 17:48:27 +08:00
parent 5814ad96ad
commit c39510d8c6

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"