mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-02-18 04:55:38 +00:00
Use single quotes in if condition
This commit is contained in:
parent
44b6edcea5
commit
93f74aedff
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Prevent the retrieval of newer commits
|
- 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"
|
run: "sed -i '/^ branch: master/d' net.rpcs3.RPCS3.yaml"
|
||||||
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
|
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue