Skip to content

Commit

Permalink
small fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanHeledPort committed Oct 27, 2024
1 parent 075e709 commit 40213dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Wait for entity
run: |
echo '${{ toJson(github.event.merge_group) }}' | jq > /tmp/merge_group.json
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' \
Expand Down

0 comments on commit 40213dd

Please sign in to comment.