Fix workflow yaml error

This commit is contained in:
Julien Reichardt 2022-10-25 13:12:40 +02:00
parent 5f4f6b12a6
commit de72b7d7a4

View file

@ -12,7 +12,7 @@ jobs:
- 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:
GIT_AUTHOR_NAME: Flatpak External Data Checker GIT_AUTHOR_NAME: Flatpak External Data Checker