mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-01-20 15:55:40 +00:00
Merge pull request #1248 from j8r/fix-workflow-yaml-error
Fix workflow yaml error
This commit is contained in:
commit
44b6edcea5
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue