mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 02:31:44 +00:00
Fix overwriting .ryujinx-mako directory (#5651)
This commit is contained in:
parent
5f771f5661
commit
34447d7359
1 changed files with 9 additions and 9 deletions
18
.github/workflows/pr_triage.yml
vendored
18
.github/workflows/pr_triage.yml
vendored
|
@ -12,6 +12,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# Grab sources to get latest labeler.yml
|
||||
- name: Fetch sources
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# Ensure we pin the source origin as pull_request_target run under forks.
|
||||
fetch-depth: 0
|
||||
repository: Ryujinx/Ryujinx
|
||||
ref: master
|
||||
|
||||
- name: Checkout Ryujinx-Mako
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -22,15 +31,6 @@ jobs:
|
|||
- name: Setup Ryujinx-Mako
|
||||
uses: ./.ryujinx-mako/.github/actions/setup-mako
|
||||
|
||||
# Grab sources to get latest labeler.yml
|
||||
- name: Fetch sources
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# Ensure we pin the source origin as pull_request_target run under forks.
|
||||
fetch-depth: 0
|
||||
repository: Ryujinx/Ryujinx
|
||||
ref: master
|
||||
|
||||
- name: Update labels based on changes
|
||||
uses: actions/labeler@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue