mirror of https://github.com/zmkfirmware/zmk.git
fix(ci): Use proper variable expression.
This commit is contained in:
parent
6b547019c2
commit
1a3529a3e6
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
}
|
||||
- name: Upload artifacts
|
||||
uses: actions/github-script@v7
|
||||
continue-on-error: github.event_name == 'pull_request'
|
||||
continue-on-error: ${{ github.event_name == 'pull_request' }}
|
||||
id: boards-upload
|
||||
with:
|
||||
script: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue