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 .