Skip to content

Commit

Permalink
Debug N+1
Browse files Browse the repository at this point in the history
  • Loading branch information
JingHai-Lingyun committed Aug 19, 2024
1 parent 69451fc commit 4e4cc02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ jobs:
PAT: ${{ secrets.X_BOT_TOKEN }}
run: |
cd project
dir
git config --global user.name "TorchSky"
echo configusernamedone
git config --global user.email "torchsky@163.com"
echo configuseremaildone
git remote add target-repo https://TorchSky:${{ secrets.PAT }}@github.com/HomePlaza-Of-PCL2/Homepage-Market.git
echo addremotedone
git add Custom.xaml
echo addfiledone
git commit -m "upload generated pages"
echo commitdone
git push target-repo main
echo pushdone

0 comments on commit 4e4cc02

Please sign in to comment.