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:
148
148
app-id : ${{ vars.AUTOMATION_APP_ID }}
149
149
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
150
150
owner : ${{ github.repository_owner }}
151
- repository : " codeql-coding-standards"
151
+ repositories : " codeql-coding-standards"
152
152
153
153
- name : Create release PR
154
154
env :
Original file line number Diff line number Diff line change 47
47
app-id : ${{ vars.AUTOMATION_APP_ID }}
48
48
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
49
49
owner : ${{ github.repository_owner }}
50
- repository : " codeql-coding-standards-release-engineering"
50
+ repositories : " codeql-coding-standards-release-engineering"
51
51
52
52
- name : Update release assets
53
53
env :
Original file line number Diff line number Diff line change 45
45
app-id : ${{ vars.AUTOMATION_APP_ID }}
46
46
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
47
47
owner : ${{ github.repository_owner }}
48
- repository : " codeql-coding-standards-release-engineering"
48
+ repositories : " codeql-coding-standards-release-engineering"
49
49
- name : Invoke performance test
50
50
env :
51
51
CHECK_RUN_ID : ${{ needs.pre-validate-performance.outputs.check-run-id }}
@@ -114,7 +114,7 @@ jobs:
114
114
app-id : ${{ vars.AUTOMATION_APP_ID }}
115
115
private-key : ${{ secrets.AUTOMATION_PRIVATE_KEY }}
116
116
owner : ${{ github.repository_owner }}
117
- repository : " codeql-coding-standards-release-engineering"
117
+ repositories : " codeql-coding-standards-release-engineering"
118
118
- name : Invoke compiler compatibility test
119
119
env :
120
120
CHECK_RUN_ID : ${{ needs.pre-validate-compiler-compatibility.outputs.check-run-id }}
You can’t perform that action at this time.
0 commit comments