Skip to content

Commit 6d19f13

Browse files
committed
fixup, notebooks-release.yaml workflow dynamically use ${{ github.repository_owner }} and ${{ github.event.repository.name }} for REPO_OWNER and REPO_NAME env variables.
1 parent 3393e89 commit 6d19f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notebooks-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ env:
4848
RELEASE_NAME: ${{ github.event.inputs.release_name }}
4949
BRANCH: ${{ github.event.inputs.branch }}
5050
USER_HASH: ${{ github.event.inputs.user-hash }}
51-
REPO_OWNER: opendatahub-io
52-
REPO_NAME: notebooks
51+
REPO_OWNER: ${{ github.repository_owner }}
52+
REPO_NAME: ${{ github.event.repository.name }}
5353
VERSION: ${{ github.event.inputs.buildconfigs_version}}
5454

5555
jobs:

0 commit comments

Comments
 (0)