From 93f74aedff9d118fc03a53a25387f725adfccf04 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Thu, 27 Oct 2022 13:35:31 +0200 Subject: [PATCH] Use single quotes in if condition --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5a07623..70c5525 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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: