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 298ef35 commit 6a0294d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/exportAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ jobs:
cp -r ../out/* ./dashboard/chatbot-ui
- name: Commit changes
with:
github_token: ${{ secrets.GH_TOKEN }}
run: |
git config --local user.email "juyichen0413@foxmail.com"
git config --global user.name "JYC0413"
git add .
git commit -m "Build and deploy chatbot-ui"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GH_TOKEN }}
git push
1 change: 0 additions & 1 deletion gaianet-node
Submodule gaianet-node deleted from 6f52e9

0 comments on commit 6a0294d

Please sign in to comment.