We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4971518 commit 42e06d2Copy full SHA for 42e06d2
.github/workflows/test_action.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
with:
13
- ref: ${{github.event.pull_request.head.ref}}
+ ref: ${{github.event.pull_request.head.ref}}
14
repository: ${{github.event.pull_request.head.repo.full_name}}
15
fetch-depth: 0 # ensures that tags are fetched, seems to be needed
16
- name: Capture commit id
@@ -34,7 +34,7 @@ jobs:
34
push: false
35
36
37
38
39
40
path: new_head
0 commit comments