From 9c50e83d6c12530d47ea1784dadf6e1111bbef55 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Thu, 15 Jun 2023 10:05:30 -0400 Subject: [PATCH] Testing actions --- .gitea/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 30e559c..c921000 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,11 +17,8 @@ jobs: with: submodules: recursive - name: Print repository name - env: - GITEA_REPO: ${{ gitea.repository }} run: | - echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner." - echo ${{ secrets.NOT_A_SECRET }} + echo "💡 The "${{ gitea.repository }}" repository has been cloned to the runner." - name: Pass login information env: DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}