File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
ASSETS_REPOSITORY : ${{ github.repository }}-insiders
31
31
BINARY_NAME : codium-insiders
32
32
DISABLE_UPDATE : ' yes'
33
- GH_REPO_PATH : ${{ github.repository_owner }}/${{ github. repository }}
33
+ GH_REPO_PATH : ${{ github.repository }}
34
34
GITHUB_BRANCH : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'insider' }}
35
35
ORG_NAME : ${{ github.repository_owner }}
36
36
OS_NAME : linux
Original file line number Diff line number Diff line change 29
29
ASSETS_REPOSITORY : ${{ github.repository }}-insiders
30
30
BINARY_NAME : codium-insiders
31
31
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 }}
33
33
ORG_NAME : ${{ github.repository_owner }}
34
34
OS_NAME : osx
35
35
VERSIONS_REPOSITORY : ${{ github.repository_owner }}/versions
Original file line number Diff line number Diff line change 25
25
APP_NAME : VSCodium
26
26
ASSETS_REPOSITORY : ${{ github.repository }}-insiders
27
27
BINARY_NAME : codium-insiders
28
- GH_REPO_PATH : ${{ github.repository_owner }}/${{ github. repository }}
28
+ GH_REPO_PATH : ${{ github.repository }}
29
29
ORG_NAME : ${{ github.repository_owner }}
30
30
OS_NAME : osx
31
31
VERSIONS_REPOSITORY : ${{ github.repository_owner }}/versions
Original file line number Diff line number Diff line change 29
29
ASSETS_REPOSITORY : ${{ github.repository }}-insiders
30
30
BINARY_NAME : codium-insiders
31
31
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 }}
33
33
ORG_NAME : ${{ github.repository_owner }}
34
34
OS_NAME : windows
35
35
VERSIONS_REPOSITORY : ${{ github.repository_owner }}/versions
Original file line number Diff line number Diff line change 30
30
ASSETS_REPOSITORY : ${{ github.repository }}
31
31
BINARY_NAME : codium
32
32
DISABLE_UPDATE : ' yes'
33
- GH_REPO_PATH : ${{ github.repository_owner }}/${{ github. repository }}
33
+ GH_REPO_PATH : ${{ github.repository }}
34
34
ORG_NAME : ${{ github.repository_owner }}
35
35
OS_NAME : linux
36
36
VERSIONS_REPOSITORY : ${{ github.repository_owner }}/versions
Original file line number Diff line number Diff line change 28
28
APP_NAME : VSCodium
29
29
ASSETS_REPOSITORY : ${{ github.repository }}
30
30
BINARY_NAME : codium
31
- GH_REPO_PATH : ${{ github.repository_owner }}/${{ github. repository }}
31
+ GH_REPO_PATH : ${{ github.repository }}
32
32
ORG_NAME : ${{ github.repository_owner }}
33
33
OS_NAME : osx
34
34
VERSIONS_REPOSITORY : ${{ github.repository_owner }}/versions
Original file line number Diff line number Diff line change 22
22
APP_NAME : VSCodium
23
23
ASSETS_REPOSITORY : ${{ github.repository }}
24
24
BINARY_NAME : codium
25
- GH_REPO_PATH : ${{ github.repository_owner }}/${{ github. repository }}
25
+ GH_REPO_PATH : ${{ github.repository }}
26
26
ORG_NAME : ${{ github.repository_owner }}
27
27
OS_NAME : osx
28
28
VERSIONS_REPOSITORY : ${{ github.repository_owner }}/versions
Original file line number Diff line number Diff line change 28
28
APP_NAME : VSCodium
29
29
ASSETS_REPOSITORY : ${{ github.repository }}
30
30
BINARY_NAME : codium
31
- GH_REPO_PATH : ${{ github.repository_owner }}/${{ github. repository }}
31
+ GH_REPO_PATH : ${{ github.repository }}
32
32
ORG_NAME : ${{ github.repository_owner }}
33
33
OS_NAME : windows
34
34
VERSIONS_REPOSITORY : ${{ github.repository_owner }}/versions
You can’t perform that action at this time.
0 commit comments