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 58ed412 commit 353b7c3Copy full SHA for 353b7c3
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
path: firmware
25
submodules: recursive
26
- ref: ${{ github.event.pull_request.head.sha || github.sha }}
+ ref: ${{ github.event.pull_request.head.sha || github.ref }}
27
28
- name: Install build dependencies
29
run: |
0 commit comments