Skip to content

Commit 6005174

Browse files
committed
fix: update event parameter to JSON format in commit context workflow
1 parent 31865d5 commit 6005174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
sourceRep: ${{ github.repository }}
22-
event: ${{ github.event }}
22+
event: '${{ toJSON(github.event)}}'

0 commit comments

Comments
 (0)