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.
opendatahub-io
notebooks
notebooks-digest-updater.yaml
1 parent 3393e89 commit cf272cfCopy full SHA for cf272cf
.github/workflows/notebooks-digest-updater.yaml
@@ -69,7 +69,7 @@ jobs:
69
- name: Invoke ci/sha-digest-updater.sh script to handle the updates
70
shell: bash
71
run: |
72
- bash "${GITHUB_WORKSPACE}/ci/sha-digest-updater.sh" "${{ env.USER_HASH }}" "${{ env.REPO_ORG }}" "${{ env.BRANCH_NAME }}" "${{ env.REPO_NAME }}"
+ bash "${GITHUB_WORKSPACE}/ci/sha-digest-updater.sh" "${{ env.USER_HASH }}" "opendatahub-io" "${{ env.BRANCH_NAME }}" "notebooks"
73
74
- name: Commit Changes
75
0 commit comments