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 de6cdd5 commit 0beece1Copy full SHA for 0beece1
.github/workflows/odh-notebooks-sync.yml
@@ -119,10 +119,8 @@ jobs:
119
--head $REPO_OWNER:$UPDATER_BRANCH \
120
--base $BRANCH_NAME
121
env:
122
- pr_title: "[Digest Updater Action] Update notebook's pipfile to sync with Codeflare-SDK release"
+ pr_title: "[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release ${{ env.CODEFLARE_RELEASE_VERSION }}"
123
pr_body: |
124
:rocket: This is an automated Pull Request.
125
126
This PR updates the `Pipfile` to sync with latest Codeflare-SDK release.
127
-
128
- :exclamation: **IMPORTANT NOTE**: Remember to delete the ` ${{ env.UPDATER_BRANCH }}` branch after merging the changes
0 commit comments