Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed Mar 18, 2024
1 parent 391169c commit 045d35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/exportAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
yarn next export
- name: Clone target repository
run: git clone https://github.com/GaiaNet-AI/gaianet-node.git
run: git clone https://JYC0413:0413Jyc!@github.com/GaiaNet-AI/gaianet-node.git

- name: Copy build files
run: |
Expand All @@ -42,8 +42,8 @@ jobs:
- name: Commit and push changes
run: |
cd gaianet-node
git config --local user.email "juyichen0413@gmail.com"
git config --global user.name "GaiaNet worker"
git config --local user.email "juyichen0413@foxmail.com"
git config --global user.name "JYC0413"
git add .
git commit -m "Build and deploy chatbot-ui"
git push

0 comments on commit 045d35d

Please sign in to comment.