Skip to content

Commit c6f1000

Browse files
committed
fix: repo path variable [skip ci]
1 parent 13633ec commit c6f1000

8 files changed

+8
-8
lines changed

.github/workflows/insider-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
ASSETS_REPOSITORY: ${{ github.repository }}-insiders
3131
BINARY_NAME: codium-insiders
3232
DISABLE_UPDATE: 'yes'
33-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
33+
GH_REPO_PATH: ${{ github.repository }}
3434
GITHUB_BRANCH: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'insider' }}
3535
ORG_NAME: ${{ github.repository_owner }}
3636
OS_NAME: linux

.github/workflows/insider-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
ASSETS_REPOSITORY: ${{ github.repository }}-insiders
3030
BINARY_NAME: codium-insiders
3131
GITHUB_BRANCH: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'insider' }}
32-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
32+
GH_REPO_PATH: ${{ github.repository }}
3333
ORG_NAME: ${{ github.repository_owner }}
3434
OS_NAME: osx
3535
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions

.github/workflows/insider-spearhead.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
APP_NAME: VSCodium
2626
ASSETS_REPOSITORY: ${{ github.repository }}-insiders
2727
BINARY_NAME: codium-insiders
28-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
28+
GH_REPO_PATH: ${{ github.repository }}
2929
ORG_NAME: ${{ github.repository_owner }}
3030
OS_NAME: osx
3131
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions

.github/workflows/insider-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
ASSETS_REPOSITORY: ${{ github.repository }}-insiders
3030
BINARY_NAME: codium-insiders
3131
GITHUB_BRANCH: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'insider' }}
32-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
32+
GH_REPO_PATH: ${{ github.repository }}
3333
ORG_NAME: ${{ github.repository_owner }}
3434
OS_NAME: windows
3535
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions

.github/workflows/stable-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
ASSETS_REPOSITORY: ${{ github.repository }}
3131
BINARY_NAME: codium
3232
DISABLE_UPDATE: 'yes'
33-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
33+
GH_REPO_PATH: ${{ github.repository }}
3434
ORG_NAME: ${{ github.repository_owner }}
3535
OS_NAME: linux
3636
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions

.github/workflows/stable-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
APP_NAME: VSCodium
2929
ASSETS_REPOSITORY: ${{ github.repository }}
3030
BINARY_NAME: codium
31-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
31+
GH_REPO_PATH: ${{ github.repository }}
3232
ORG_NAME: ${{ github.repository_owner }}
3333
OS_NAME: osx
3434
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions

.github/workflows/stable-spearhead.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
APP_NAME: VSCodium
2323
ASSETS_REPOSITORY: ${{ github.repository }}
2424
BINARY_NAME: codium
25-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
25+
GH_REPO_PATH: ${{ github.repository }}
2626
ORG_NAME: ${{ github.repository_owner }}
2727
OS_NAME: osx
2828
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions

.github/workflows/stable-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
APP_NAME: VSCodium
2929
ASSETS_REPOSITORY: ${{ github.repository }}
3030
BINARY_NAME: codium
31-
GH_REPO_PATH: ${{ github.repository_owner }}/${{ github.repository }}
31+
GH_REPO_PATH: ${{ github.repository }}
3232
ORG_NAME: ${{ github.repository_owner }}
3333
OS_NAME: windows
3434
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions

0 commit comments

Comments
 (0)