We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31865d5 + 6005174 commit 3caa3f4Copy full SHA for 3caa3f4
.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