We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47135e6 + 40213dd commit 764dc56Copy full SHA for 764dc56
.github/workflows/test.yml
@@ -13,7 +13,8 @@ jobs:
13
14
- name: Wait for entity
15
run: |
16
- echo "${{ toJson(github.event.merge_group) }}" | jq
+ echo '${{ toJson(github.event) }}' | jq > /tmp/merge_group.json
17
+ cat /tmp/merge_group.json
18
token=$(curl -s 'https://api.getport.io/v1/auth/access_token' \
19
-H 'Content-Type: application/json' \
20
-H 'Accept: application/json' \
0 commit comments