From f8bebb1a6428928ec09abd57e585537cecaa07cb Mon Sep 17 00:00:00 2001 From: neale Date: Wed, 25 Oct 2023 18:06:39 -0600 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c519808..858928d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - name: Dump the entire environment run: env - name: Secrets? - run: echo github.token: "${{ github.token }}" + run: echo "github.token: ${{ github.token }}" - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository