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 8bff5e7 commit 6ee44d9Copy full SHA for 6ee44d9
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Git checkout
17
uses: actions/checkout@v2
18
with:
19
- ref: ${{ inputs.branch || github.ref_name }}
+ ref: ${{ inputs.branch || github.event.pull_request.head.ref || github.ref_name }}
20
21
- name: Use Node.js ${{ matrix.node }}
22
uses: actions/setup-node@v1
0 commit comments