Skip to content

Instantly share code, notes, and snippets.

@jpb06
Created December 14, 2024 13:44
Show Gist options
  • Select an option

  • Save jpb06/1ad085529a820ed2f647a8c7dc0ed7dc to your computer and use it in GitHub Desktop.

Select an option

Save jpb06/1ad085529a820ed2f647a8c7dc0ed7dc to your computer and use it in GitHub Desktop.
Github actions - Dump github context
jobs:
my-task:
name: My task
runs-on: ubuntu-latest
- 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