Skip to content

Commit

Permalink
Config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SnapdragonLee committed Dec 15, 2024
1 parent 94e290c commit 3277a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Commit and Push changes
run: |
git config user.name "SnapdragonLee" # 改为你的 GitHub 用户名
git config user.email "lixiaolong8088888@example.com" # 与GitHub绑定并验证的邮箱
git config user.email "lixiaolong8088888@gmail.com" # 与GitHub绑定并验证的邮箱
git add .
CURRENT_TIME=$(TZ='Asia/Shanghai' date '+%Y-%m-%d %H:%M:%S (UTC+8)')
git diff-index --quiet HEAD || git commit -m "${CURRENT_TIME}"
git push "https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/SnapdragonLee/SystemProxy.git" HEAD:main
git push "https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/SnapdragonLee/SystemProxy.git" HEAD:master

0 comments on commit 3277a48

Please sign in to comment.