Skip to content

Commit 3e7b39e

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Fix Notebook sync release workflow trigger
1 parent 24a0b6e commit 3e7b39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
gh workflow run odh-notebooks-sync.yml \
107107
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
108108
--ref ${{ github.ref }} \
109-
--field upstream-repository-organization=opendatahub-io
109+
--field upstream-repository-organization=opendatahub-io \
110110
--field codeflare-repository-organization=${{ github.event.inputs.codeflare-repository-organization }} \
111111
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
112112
env:

0 commit comments

Comments
 (0)