From b9bacf0654a15c4e6126e2078af8d99e585cd2f7 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 10 Jun 2023 18:21:39 -0400 Subject: [PATCH] Change env format --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1a89015..825c01f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,7 +14,9 @@ jobs: apk --update add nodejs npm git - name: Check out repository code uses: actions/checkout@v3 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + - env: + GITEA_REPO: ${{ gitea.repository }} + run: echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner." - name: Pass login information env: DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}