We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23fd4b commit e03b417Copy full SHA for e03b417
.github/workflows/chart_update_on_merge.yml
@@ -12,13 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Clone Cromwell
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
with:
17
repository: broadinstitute/cromwell
18
token: ${{ secrets.BROADBOT_GITHUB_TOKEN }} # Has to be set at checkout AND later when pushing to work
19
path: cromwell
20
- id: get-jira-id
21
- uses: ./.github/library/get_jira_id
+ # We're cloning multiple repos, so Cromwell and its actions are at `./cromwell/` instead of `./`
22
+ uses: ./cromwell/.github/library/get_jira_id
23
- uses: olafurpg/setup-scala@v10
24
25
java-version: adopt@1.11
0 commit comments