Skip to content

Commit 5f152be

Browse files
committed
Minor adjustments to PR check templates
These are needed to render them correctly in `sync_back.ts`
1 parent f4b6bd9 commit 5f152be

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

pr-checks/checks/autobuild-direct-tracing-with-working-dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Autobuild direct tracing (custom working directory)"
2-
description: >
2+
description: |
33
An end-to-end integration test of a Java repository built using 'build-mode: autobuild',
44
with direct tracing enabled and a custom working directory specified as the input to the
55
autobuild Action.

pr-checks/checks/init-with-registries.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
# basic mechanics of multi-registry auth is working.
55
name: "Packaging: Download using registries"
66
description: "Checks that specifying a registries block and associated auth works as expected"
7-
versions: [
8-
# This feature is not compatible with older CLIs
9-
"default",
10-
"linked",
11-
"nightly-latest",
12-
]
7+
versions:
8+
# This feature is not compatible with older CLIs
9+
- "default"
10+
- "linked"
11+
- "nightly-latest"
1312

1413
permissions:
1514
contents: read
@@ -24,9 +23,9 @@ steps:
2423
config-file: ./.github/codeql/codeql-config-registries.yml
2524
languages: javascript
2625
registries: |
27-
- url: "https://ghcr.io/v2/"
28-
packages: "*/*"
29-
token: "${{ secrets.GITHUB_TOKEN }}"
26+
- url: "https://ghcr.io/v2/"
27+
packages: "*/*"
28+
token: "${{ secrets.GITHUB_TOKEN }}"
3029
3130
- name: Verify packages installed
3231
run: |

pr-checks/checks/overlay-init-fallback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ versions: ["linked", "nightly-latest"]
44
steps:
55
- uses: ./../action/init
66
with:
7-
languages: actions # Any language without overlay support will do
7+
languages: actions # Any language without overlay support will do
88
tools: ${{ steps.prepare-test.outputs.tools-url }}
99
env:
1010
CODEQL_OVERLAY_DATABASE_MODE: overlay-base

0 commit comments

Comments
 (0)