Skip to content

Instantly share code, notes, and snippets.

@RobertoMachorro
Created March 10, 2020 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertoMachorro/9e906296ab12a2cafe69c934aecab80f to your computer and use it in GitHub Desktop.
Save RobertoMachorro/9e906296ab12a2cafe69c934aecab80f to your computer and use it in GitHub Desktop.
GitHub Actions Dump Context Snipped
# Source: https://github.community/t5/GitHub-Actions/Getting-the-run-id-of-a-run-in-Github-Actions/td-p/36567/page/2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment