File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 analyze :
1313 name : Analyze (${{ matrix.language }})
1414 runs-on : ' ubuntu-latest'
15+ if : github.repository == 'eclipse-openvsx/openvsx'
1516 permissions :
1617 # required for all workflows
1718 security-events : write
Original file line number Diff line number Diff line change 99 permissions :
1010 contents : write
1111 runs-on : ubuntu-latest
12- if : github.repository == 'eclipse/openvsx'
12+ if : github.repository == 'eclipse-openvsx /openvsx'
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 9494 uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9595 with :
9696 context : webui
97- push : ${{ github.repository_owner == 'eclipse' &&
97+ push : ${{ github.repository_owner == 'eclipse-openvsx ' &&
9898 github.actor != 'dependabot[bot]' &&
9999 (
100100 github.event_name == 'push' ||
@@ -159,7 +159,7 @@ jobs:
159159 uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
160160 with :
161161 context : server
162- push : ${{ github.repository_owner == 'eclipse' &&
162+ push : ${{ github.repository_owner == 'eclipse-openvsx ' &&
163163 github.actor != 'dependabot[bot]' &&
164164 (
165165 github.event_name == 'push' ||
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515jobs :
1616 prepare :
17- if : github.repository == 'eclipse/openvsx'
17+ if : github.repository == 'eclipse-openvsx /openvsx'
1818 runs-on : ubuntu-22.04
1919 outputs :
2020 release-tag : ${{ steps.context.outputs.RELEASE_TAG }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515jobs :
1616 prepare :
17- if : github.repository == 'eclipse/openvsx'
17+ if : github.repository == 'eclipse-openvsx /openvsx'
1818 runs-on : ubuntu-22.04
1919 outputs :
2020 release-tag : ${{ steps.context.outputs.RELEASE_TAG }}
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 prepare :
15- if : github.repository == 'eclipse/openvsx'
15+ if : github.repository == 'eclipse-openvsx /openvsx'
1616 permissions :
1717 contents : none
1818 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions: read-all
1515
1616jobs :
1717 analysis :
18- if : github.repository_owner == 'eclipse'
18+ if : github.repository_owner == 'eclipse-openvsx '
1919 name : Scorecard analysis
2020 runs-on : ubuntu-latest
2121 permissions :
Original file line number Diff line number Diff line change 99 permissions :
1010 contents : read
1111 runs-on : ubuntu-latest
12- if : github.repository == 'eclipse/openvsx'
12+ if : github.repository == 'eclipse-openvsx /openvsx'
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
You can’t perform that action at this time.
0 commit comments