Skip to content

Instantly share code, notes, and snippets.

@sharkyak
Created April 21, 2021 15:06
Show Gist options
  • Save sharkyak/4b83537a9579e7ce60bd54069c380852 to your computer and use it in GitHub Desktop.
Save sharkyak/4b83537a9579e7ce60bd54069c380852 to your computer and use it in GitHub Desktop.
github actions environment
- 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