Skip to content

Commit

Permalink
Build a json with run context
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu authored Sep 19, 2023
1 parent ed22694 commit 58bf311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Notify branch
run: |
echo '{"run_id":"${{ github.run_id }}"' > latest.json
echo '{"run_id":"${{ github.run_id }}", "run_number":"${{ github.run_number }}", "run_attempt":"${{ github.run_attempt }}", "sha":"${{ github.sha }}"}' > latest.json
git config user.name github-actions
git config user.email github-actions@github.com
git add .
Expand Down

0 comments on commit 58bf311

Please sign in to comment.