Skip to content

Commit

Permalink
JAVASCRIPT LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Dec 27, 2024
1 parent 9408452 commit 44ee419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
with:
script: |
github.rest.git.createRef({
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }},
owner: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}",
repo: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }}",
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
sha: context.sha
})
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
with:
script: |
github.rest.git.createRef({
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }},
owner: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}",
repo: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}",
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
sha: context.sha
})
Expand Down

0 comments on commit 44ee419

Please sign in to comment.