Skip to content

Commit 9c0bb3b

Browse files
Merge pull request #26 from port-labs/test1
small fix commit
2 parents a6a187d + d9b19f9 commit 9c0bb3b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Wait for entity
1515
run: |
16-
echo "${{ github.event.merge_group.head_sha }}"
16+
echo "${{ fromJson(github.event.merge_group) }}"
1717
token=$(curl -s 'https://api.getport.io/v1/auth/access_token' \
1818
-H 'Content-Type: application/json' \
1919
-H 'Accept: application/json' \

.github/workflows/validate.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55

66

7-
87
jobs:
98
sleep-job:
109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)