We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31865d5 commit 6005174Copy full SHA for 6005174
.github/workflows/commit-context.yaml
@@ -19,4 +19,4 @@ jobs:
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
sourceRep: ${{ github.repository }}
22
- event: ${{ github.event }}
+ event: '${{ toJSON(github.event)}}'
0 commit comments