From 5814ad96adcd305429adc2ecca3a5f51dd80f686 Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Tue, 12 Mar 2024 17:45:39 +0800
Subject: [PATCH] =?UTF-8?q?=D0=A2=D1=8E=D0=A2=D1=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitea/workflows/gitea-actions.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml
index 22abe49..1f624b1 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"