We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a0b6e commit 3e7b39eCopy full SHA for 3e7b39e
.github/workflows/release.yaml
@@ -106,7 +106,7 @@ jobs:
106
gh workflow run odh-notebooks-sync.yml \
107
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
108
--ref ${{ github.ref }} \
109
- --field upstream-repository-organization=opendatahub-io
+ --field upstream-repository-organization=opendatahub-io \
110
--field codeflare-repository-organization=${{ github.event.inputs.codeflare-repository-organization }} \
111
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
112
env:
0 commit comments