Skip to content

Commit 07c219d

Browse files
Prepare CodeFlare-SDK v0.24.2 patch
1 parent 03a7ef3 commit 07c219d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/odh-notebooks-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ jobs:
160160
env:
161161
pr_title: "[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release ${{ env.CODEFLARE_RELEASE_VERSION }}"
162162
pr_body: |
163-
:rocket: This is an automated Pull Request generated by [odh-notebooks-sync.yml](https://github.com/project-codeflare/codeflare-sdk/blob/main/.github/workflows/odh-notebooks-sync.yml) workflow.
163+
:rocket: This is an automated Pull Request generated by [odh-notebooks-sync.yml](https://github.com/project-codeflare/codeflare-sdk/blob/patch-0.24.2/.github/workflows/odh-notebooks-sync.yml) workflow.
164164
165165
This PR updates the `Pipfile` to sync with latest Codeflare-SDK release.

.github/workflows/release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
token: ${{ secrets.GH_CLI_TOKEN }}
45+
ref: patch-0.24.2
4546
- name: Install Python
4647
uses: actions/setup-python@v5
4748
with:
@@ -58,7 +59,7 @@ jobs:
5859
run: |
5960
gh workflow run publish-documentation.yaml \
6061
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
61-
--ref ${{ github.ref }} \
62+
--ref patch-0.24.2 \
6263
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
6364
env:
6465
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
@@ -80,7 +81,7 @@ jobs:
8081
run: |
8182
gh workflow run odh-notebooks-sync.yml \
8283
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
83-
--ref ${{ github.ref }} \
84+
--ref patch-0.24.2 \
8485
--field upstream-repository-organization=opendatahub-io \
8586
--field codeflare-repository-organization=${{ github.event.inputs.codeflare-repository-organization }} \
8687
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}

0 commit comments

Comments
 (0)