diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 1f624b1..f125582 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -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"