mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Fix workflow yaml error
This commit is contained in:
parent
5f4f6b12a6
commit
de72b7d7a4
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Prevent the retrieval of newer commits
|
||||
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
|
||||
env:
|
||||
GIT_AUTHOR_NAME: Flatpak External Data Checker
|
||||
|
|
Loading…
Reference in a new issue