Skip to content

Commit f1f6026

Browse files
committed
update
1 parent 045d35d commit f1f6026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/exportAndPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
yarn next export
3333
3434
- name: Clone target repository
35-
run: git clone https://JYC0413:0413Jyc!@github.com/GaiaNet-AI/gaianet-node.git
35+
run: git clone https://github.com/GaiaNet-AI/gaianet-node.git
3636

3737
- name: Copy build files
3838
run: |
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Commit and push changes
4343
run: |
44-
cd gaianet-node
44+
ls
4545
git config --local user.email "juyichen0413@foxmail.com"
4646
git config --global user.name "JYC0413"
4747
git add .

0 commit comments

Comments
 (0)