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 db8ebd4 commit 02d752eCopy full SHA for 02d752e
.github/workflows/prow.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Convert GitHub event to single-line JSON
36
run: |
37
- echo "EVENT=$(echo '${{ toJson(github.event) }}' | jq -c)" >> $GITHUB_ENV
+ echo "EVENT=$(echo '${{ toJson(github.event) }}' | jq -c '.')" >> $GITHUB_ENV
38
39
- name: Run Prow Lite
40
0 commit comments