Skip to content

Commit 51cf625

Browse files
committed
Fixing typo in PR deploy workflow
1 parent 9082ca8 commit 51cf625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-deploy-test-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Clone repository
9191
run: |
92-
git clone -b gh-pages "git@github.com:${{ github.repository_owner }}/-admin-interface-test.git" admin-interface-test
92+
git clone -b gh-pages "git@github.com:${{ github.repository_owner }}/admin-interface-test.git" admin-interface-test
9393
9494
- name: Store build in the clone
9595
env:

0 commit comments

Comments
 (0)