Merge pull request #1248 from j8r/fix-workflow-yaml-error

Fix workflow yaml error
This commit is contained in:
Lctrs 2022-10-25 12:44:21 +00:00 committed by GitHub
commit 44b6edcea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -97,7 +97,7 @@ modules:
- type: git
url: https://github.com/RPCS3/rpcs3.git
branch: master
commit: 1a9e38a1dddc9180ad6ef75515b16239f3548379
commit: 5210df688262ec7fd8c21230d30e568d98724c8f
- type: git
url: https://github.com/intel/ittapi.git
branch: master