We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5e317 commit 9319d3eCopy full SHA for 9319d3e
2 files changed
.github/workflows/build.yaml
@@ -18,6 +18,8 @@ jobs:
18
- name: Check out code
19
uses: actions/checkout@v2.3.4
20
with:
21
+ ref: ${{github.event.pull_request.head.ref}}
22
+ repository: ${{github.event.pull_request.head.repo.full_name}}
23
fetch-depth: 0
24
submodules: true
25
@@ -45,6 +47,8 @@ jobs:
45
47
46
48
49
50
51
52
53
54
.github/workflows/smoke-test.yml
@@ -20,6 +20,8 @@ jobs:
26
27
0 commit comments