We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6a187d + d9b19f9 commit 9c0bb3bCopy full SHA for 9c0bb3b
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Wait for entity
15
run: |
16
- echo "${{ github.event.merge_group.head_sha }}"
+ echo "${{ fromJson(github.event.merge_group) }}"
17
token=$(curl -s 'https://api.getport.io/v1/auth/access_token' \
18
-H 'Content-Type: application/json' \
19
-H 'Accept: application/json' \
.github/workflows/validate.yml
@@ -4,7 +4,6 @@ on:
4
pull_request:
5
6
7
-
8
jobs:
9
sleep-job:
10
runs-on: ubuntu-latest
0 commit comments