From b8682a97770894b6671f056772394d92ed517add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sun, 6 Oct 2024 14:52:10 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17f28d648..592c7ab72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,10 @@ jobs: - name: "Run flake8" run: | make flake8 + echo "The commit hash on master is $GITHUB_SHA" + echo "The commit hash on master is $GITHUB_REF" + env + git show - name: "Read go version from go.mod" run: |