From 60193eed66203dc784fbcde90e21fd98664112c5 Mon Sep 17 00:00:00 2001 From: Luke R Date: Thu, 2 May 2024 12:18:51 -0700 Subject: [PATCH] Trying more ci/cd shit --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index f3e1cf33..579e7c98 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -6,7 +6,7 @@ jobs: Lint-Python: runs-on: ubuntu-latest steps: - - run: Dumping env ${{ gitea.env }}" + - run: Dumping env ${{ gitea.env }} # - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" # - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code