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 6767ef4 commit b23fd4bCopy full SHA for b23fd4b
.github/workflows/chart_update_on_merge.yml
@@ -11,14 +11,14 @@ jobs:
11
if: github.event.pull_request.merged == true
12
runs-on: ubuntu-latest
13
steps:
14
- - id: get-jira-id
15
- uses: ./.github/library/get_jira_id
16
- name: Clone Cromwell
17
uses: actions/checkout@v2
18
with:
19
repository: broadinstitute/cromwell
20
token: ${{ secrets.BROADBOT_GITHUB_TOKEN }} # Has to be set at checkout AND later when pushing to work
21
path: cromwell
+ - id: get-jira-id
+ uses: ./.github/library/get_jira_id
22
- uses: olafurpg/setup-scala@v10
23
24
java-version: adopt@1.11
0 commit comments