Skip to content

Commit

Permalink
Merge pull request #27 from port-labs/fix
Browse files Browse the repository at this point in the history
small fix commit
  • Loading branch information
MatanHeledPort authored Oct 23, 2024
2 parents 9c0bb3b + 0f87a17 commit cbfcf80
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 "${{ fromJson(github.event.merge_group) }}"
echo "${{ github.event.merge_group.head_commit.id }}"
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 cbfcf80

Please sign in to comment.