i dont know why this is failing this is stupid

This commit is contained in:
Evan Husted 2024-12-27 16:07:23 -06:00
parent 1faa72f22f
commit 38833ff60a
2 changed files with 4 additions and 4 deletions

View file

@ -43,8 +43,8 @@ jobs:
with:
script: |
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
owner: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
repo: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }},
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
sha: context.sha
})

View file

@ -42,8 +42,8 @@ jobs:
with:
script: |
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
owner: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
repo: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_REPO }},
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
sha: context.sha
})