Skip to content

Commit

Permalink
Merge pull request #29 from port-labs/fix3
Browse files Browse the repository at this point in the history
small fix commit
  • Loading branch information
MatanHeledPort authored Oct 27, 2024
2 parents 47135e6 + 40213dd commit 947d80a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

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

0 comments on commit 947d80a

Please sign in to comment.