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 }}