From ed226947a566b60c150ff8c09dec26d6f62cdd23 Mon Sep 17 00:00:00 2001 From: Charles du Jeu Date: Tue, 19 Sep 2023 16:49:01 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 21b89b7..5ad6370 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,7 +63,7 @@ jobs: - name: Notify branch run: | - echo '${{ toJSON(github) }}' > latest.json + echo '{"run_id":"${{ github.run_id }}"' > latest.json git config user.name github-actions git config user.email github-actions@github.com git add .