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 29, 2024
2 parents 47135e6 + d244aeb commit df0bedd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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 Expand Up @@ -60,4 +61,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sleep for 5 minutes
run: sleep 300
run: sleep 5

0 comments on commit df0bedd

Please sign in to comment.