Skip to content

Commit 98805da

Browse files
committed
ci: fix typo
1 parent 28555bd commit 98805da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_bumper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
ROLE_NAME: ${{ matrix.role }}
5858
NEW_VERSION: ${{ matrix.new_version }}
59-
REPO: https://${{ matrix.host }}/${{ matrix.repo_path }}
59+
REPO: https://${{ matrix.host }}/${{ matrix.repo }}
6060
run: python .github/scripts/version_bump.py --role "${ROLE_NAME}" --new-version "${NEW_VERSION} --repo "${REPO}"
6161

6262
- name: Check git status

0 commit comments

Comments
 (0)