Use single quotes in if condition

This commit is contained in:
Julien Reichardt 2022-10-27 13:35:31 +02:00
parent 44b6edcea5
commit 93f74aedff

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: