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 23, 2024
1 parent 0f87a17 commit c44b380
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 "${{ github.event.merge_group.head_commit.id }}"
echo "${{ fromJson(github.event.merge_group) }}" | jq
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 c44b380

Please sign in to comment.