Skip to content

Commit 7eac59b

Browse files
fix(update-cpm): add repo owner to checkout step
1 parent b6718ac commit 7eac59b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/__update-cpm-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout
6464
uses: actions/checkout@v4
6565
with:
66-
repository: ${{ matrix.repo }}
66+
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
6767
token: ${{ secrets.GH_BOT_TOKEN }}
6868
path: repo
6969

0 commit comments

Comments
 (0)