File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,13 @@ jobs:
1515 renovate :
1616 strategy :
1717 matrix :
18- repositories :
19- - name : angular/angular
20- run_os : ubuntu-latest-4core
21- - name : angular/dev-infra
22- run_os : ubuntu-latest
23- - name : angular/components
24- run_os : ubuntu-latest
25- - name : angular/angular-cli
26- run_os : ubuntu-latest
27- - name : angular/vscode-ng-language-service
28- run_os : ubuntu-latest
29- runs-on : ${{ matrix.repositories.run_os }}
18+ REPOSITORY :
19+ - angular/angular
20+ - angular/dev-infra
21+ - angular/components
22+ - angular/angular-cli
23+ - angular/vscode-ng-language-service
24+ runs-on : ubuntu-latest
3025 steps :
3126 # Because the checkout and setup node action is contained in the dev-infra repo, we must
3227 # checkout the repo to be able to run the action we have created. Other repos will skip
5045 RENOVATE_FORK_TOKEN : ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
5146 GITHUB_COM_TOKEN : ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
5247 RENOVATE_CONFIG_FILE : .github/ng-renovate/runner-config.js
53- RENOVATE_REPOSITORIES : ${{ matrix.repositories.name }}
48+ RENOVATE_REPOSITORIES : ${{ matrix.REPOSITORY }}
You can’t perform that action at this time.
0 commit comments