Created
December 14, 2024 13:44
-
-
Save jpb06/1ad085529a820ed2f647a8c7dc0ed7dc to your computer and use it in GitHub Desktop.
Github actions - Dump github context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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