File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 app-id : ${{ vars.AUTOMATION_APP_ID }}
149149 private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
150150 owner : ${{ github.repository_owner }}
151- repository : " codeql-coding-standards"
151+ repositories : " codeql-coding-standards"
152152
153153 - name : Create release PR
154154 env :
Original file line number Diff line number Diff line change 4747 app-id : ${{ vars.AUTOMATION_APP_ID }}
4848 private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
4949 owner : ${{ github.repository_owner }}
50- repository : " codeql-coding-standards-release-engineering"
50+ repositories : " codeql-coding-standards-release-engineering"
5151
5252 - name : Update release assets
5353 env :
Original file line number Diff line number Diff line change 4545 app-id : ${{ vars.AUTOMATION_APP_ID }}
4646 private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
4747 owner : ${{ github.repository_owner }}
48- repository : " codeql-coding-standards-release-engineering"
48+ repositories : " codeql-coding-standards-release-engineering"
4949 - name : Invoke performance test
5050 env :
5151 CHECK_RUN_ID : ${{ needs.pre-validate-performance.outputs.check-run-id }}
@@ -114,7 +114,7 @@ jobs:
114114 app-id : ${{ vars.AUTOMATION_APP_ID }}
115115 private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
116116 owner : ${{ github.repository_owner }}
117- repository : " codeql-coding-standards-release-engineering"
117+ repositories : " codeql-coding-standards-release-engineering"
118118 - name : Invoke compiler compatibility test
119119 env :
120120 CHECK_RUN_ID : ${{ needs.pre-validate-compiler-compatibility.outputs.check-run-id }}
You can’t perform that action at this time.
0 commit comments