Skip to content

Commit cf272cf

Browse files
committed
fixup, hardcode opendatahub-io and notebooks in notebooks-digest-updater.yaml workflow env variables
1 parent 3393e89 commit cf272cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebooks-digest-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Invoke ci/sha-digest-updater.sh script to handle the updates
7070
shell: bash
7171
run: |
72-
bash "${GITHUB_WORKSPACE}/ci/sha-digest-updater.sh" "${{ env.USER_HASH }}" "${{ env.REPO_ORG }}" "${{ env.BRANCH_NAME }}" "${{ env.REPO_NAME }}"
72+
bash "${GITHUB_WORKSPACE}/ci/sha-digest-updater.sh" "${{ env.USER_HASH }}" "opendatahub-io" "${{ env.BRANCH_NAME }}" "notebooks"
7373
7474
- name: Commit Changes
7575
run: |

0 commit comments

Comments
 (0)