Replace " with '

This commit is contained in:
Marie 2022-09-24 18:10:03 +02:00 committed by GitHub
parent 5de3aebc93
commit 53cc342bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
build_and_upload_exp:
runs-on: ubuntu-latest
needs: build_and_upload
if: ${{ always() && needs.build_and_upload.result == "failure" }}
if: ${{ always() && needs.build_and_upload.result == 'failure' }}
container:
image: ubuntu:rolling