Skip to content

Commit e03b417

Browse files
authored
WX-1611 Finally fix PR name composite action (#7425)
1 parent b23fd4b commit e03b417

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/chart_update_on_merge.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone Cromwell
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
repository: broadinstitute/cromwell
1818
token: ${{ secrets.BROADBOT_GITHUB_TOKEN }} # Has to be set at checkout AND later when pushing to work
1919
path: cromwell
2020
- id: get-jira-id
21-
uses: ./.github/library/get_jira_id
21+
# We're cloning multiple repos, so Cromwell and its actions are at `./cromwell/` instead of `./`
22+
uses: ./cromwell/.github/library/get_jira_id
2223
- uses: olafurpg/setup-scala@v10
2324
with:
2425
java-version: adopt@1.11

0 commit comments

Comments
 (0)