diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 02b68f64..df8bf1f6 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: "echo This is run # ${{ gitea.run_id }}" + - run: echo "This is run ${{ gitea.run_id }}" # - 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