mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
i dont know why this is failing this is stupid
This commit is contained in:
parent
1faa72f22f
commit
38833ff60a
2 changed files with 4 additions and 4 deletions
4
.github/workflows/canary.yml
vendored
4
.github/workflows/canary.yml
vendored
|
@ -43,8 +43,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
github.rest.git.createRef({
|
github.rest.git.createRef({
|
||||||
owner: context.repo.owner,
|
owner: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
||||||
repo: context.repo.repo,
|
repo: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }},
|
||||||
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
|
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
|
||||||
sha: context.sha
|
sha: context.sha
|
||||||
})
|
})
|
||||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -42,8 +42,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
github.rest.git.createRef({
|
github.rest.git.createRef({
|
||||||
owner: context.repo.owner,
|
owner: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
||||||
repo: context.repo.repo,
|
repo: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_REPO }},
|
||||||
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
|
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
|
||||||
sha: context.sha
|
sha: context.sha
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue