Skip to content

Commit 5dcf428

Browse files
committed
Use correct tag variable for PR name and message
1 parent 102cc15 commit 5dcf428

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/chart_update_on_merge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ jobs:
126126
exit 0;
127127
fi
128128
cd terra-helmfile
129-
git checkout -b ${JIRA_ID}-cromwell-update-${HELM_NEW_TAG}
129+
git checkout -b ${JIRA_ID}-cromwell-update-$CROMWELL_VERSION
130130
git config --global user.name "broadbot"
131131
git config --global user.email "broadbot@broadinstitute.org"
132-
git commit -am "${JIRA_ID}: Auto update Cromwell to $HELM_NEW_TAG in workflows-app"
133-
git push -u origin ${JIRA_ID}-cromwell-update-${HELM_NEW_TAG}
134-
gh pr create --title "${JIRA_ID}: auto update Cromwell version to $HELM_NEW_TAG in workflows-app" --body "${JIRA_ID} helm chart update" --label "automerge"
132+
git commit -am "${JIRA_ID}: Auto update Cromwell to $CROMWELL_VERSION in workflows-app"
133+
git push -u origin ${JIRA_ID}-cromwell-update-$CROMWELL_VERSION
134+
gh pr create --title "${JIRA_ID}: auto update Cromwell version to $CROMWELL_VERSION in workflows-app" --body "${JIRA_ID} helm chart update" --label "automerge"
135135
cd -

0 commit comments

Comments
 (0)