Skip to content

Commit 764dc56

Browse files
Merge pull request #29 from port-labs/fix3
small fix commit
2 parents 47135e6 + 40213dd commit 764dc56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

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

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

0 commit comments

Comments
 (0)