diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 7fffaf6f..02b68f64 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 Dumping env ${{ gitea.env }}" + - 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