Skip to content

Commit 4815427

Browse files
authored
Fix remote URL for public repository in workflow
1 parent f423459 commit 4815427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Push to Public Repository
2929
run: |
3030
echo "Pushing to public repository..."
31-
git remote add public git@github.com:wineslab/dApp-lie3.git
31+
git remote add public git@github.com:wineslab/dApp-libe3.git
3232
git push public main:main --force

0 commit comments

Comments
 (0)