We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7914a commit 58c7315Copy full SHA for 58c7315
.github/workflows/test-action.yml
@@ -90,6 +90,7 @@ jobs:
90
- name: Dump github context for debug purposes
91
env:
92
GITHUB_CONTEXT: ${{ toJSON(github) }}
93
+ run: $env:GITHUB_CONTEXT
94
- uses: actions/checkout@v3
95
- name: Run GitHub issue forms parser with bad input
96
id: issue-parser-bad-input
0 commit comments