fix(ci): Use proper variable expression.

This commit is contained in:
Peter Johanson 2024-01-25 13:03:40 -08:00 committed by Pete Johanson
parent 6b547019c2
commit 1a3529a3e6

View File

@ -88,7 +88,7 @@ jobs:
} }
- name: Upload artifacts - name: Upload artifacts
uses: actions/github-script@v7 uses: actions/github-script@v7
continue-on-error: github.event_name == 'pull_request' continue-on-error: ${{ github.event_name == 'pull_request' }}
id: boards-upload id: boards-upload
with: with:
script: | script: |