Skip to content

Commit 47135e6

Browse files
Merge pull request #28 from port-labs/fix2
small fix commit
2 parents 4a2086a + 8a84d79 commit 47135e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Wait for entity
1515
run: |
16-
echo "${{ fromJson(github.event.merge_group) }}" | jq
16+
echo "${{ toJson(github.event.merge_group) }}" | jq
1717
token=$(curl -s 'https://api.getport.io/v1/auth/access_token' \
1818
-H 'Content-Type: application/json' \
1919
-H 'Accept: application/json' \

0 commit comments

Comments
 (0)