Skip to content

Commit

Permalink
Another linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Nov 29, 2023
1 parent 7e51a7e commit 3a389b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-autotriage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '**autotriage_regexes.sh'

env:
JDKS: jdk8u jdk11u jdk17u jdk21u jdk22head
TRIAGE_SCRIPT: "${PWD}/tooling/build_autotriage/build_autotriage.sh"

jobs:
Label:
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Run Build Auto Triage"
run: bash "${PWD}/tooling/build_autotriage/build_autotriage.sh" ${JDKS}
run: bash "${TRIAGE_SCRIPT}" jdk8u jdk11u jdk17u jdk21u jdk22head

- name: Create Issue From File
env:
Expand Down

0 comments on commit 3a389b8

Please sign in to comment.