Преглед на файлове

i dont know why this is failing this is stupid

Evan Husted преди 1 година
родител
ревизия
38833ff60a
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      .github/workflows/canary.yml
  2. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/canary.yml

@@ -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
             })

+ 2 - 2
.github/workflows/release.yml

@@ -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
             })