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