Skip to content

Commit

Permalink
WX-1611 Finally fix PR name composite action (#7425)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed May 9, 2024
1 parent b23fd4b commit e03b417
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chart_update_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Cromwell
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: broadinstitute/cromwell
token: ${{ secrets.BROADBOT_GITHUB_TOKEN }} # Has to be set at checkout AND later when pushing to work
path: cromwell
- id: get-jira-id
uses: ./.github/library/get_jira_id
# We're cloning multiple repos, so Cromwell and its actions are at `./cromwell/` instead of `./`
uses: ./cromwell/.github/library/get_jira_id
- uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.11
Expand Down

0 comments on commit e03b417

Please sign in to comment.