Merge pull request #1249 from j8r/use-single-quotes-if

Use single quotes if
This commit is contained in:
Lctrs 2022-10-27 17:38:03 +00:00 committed by GitHub
commit 9a6a3f53a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Prevent the retrieval of newer commits
if: github.event.schedule == "30 1 * * *"
if: github.event.schedule == '30 1 * * *'
run: "sed -i '/^ branch: master/d' net.rpcs3.RPCS3.yaml"
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
env: