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 02d752e commit 0b9db6bCopy full SHA for 0b9db6b
.github/workflows/prow.yml
@@ -33,8 +33,10 @@ jobs:
33
go mod tidy
34
35
- name: Convert GitHub event to single-line JSON
36
+ env:
37
+ EVENT: ${{ toJson(github.event) }}
38
run: |
- echo "EVENT=$(echo '${{ toJson(github.event) }}' | jq -c '.')" >> $GITHUB_ENV
39
+ echo "EVENT=$(jq -n --arg event \"$EVENT\" '$event | @json')" >> $GITHUB_ENV
40
41
- name: Run Prow Lite
42
0 commit comments