Fix issue with quotes (#50571)

This commit is contained in:
Joakim Sørensen 2021-05-13 16:20:01 +02:00 committed by GitHub
parent 7224012016
commit e991b61c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
download: download:
name: Download name: Download
needs: upload needs: upload
if: github.event_name == 'schedule' || github.event_name == "workflow_dispatch" if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the repository - name: Checkout the repository