File tree Expand file tree Collapse file tree 2 files changed +3
-75
lines changed
Expand file tree Collapse file tree 2 files changed +3
-75
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212jobs :
1313 update-stats :
1414 runs-on : ubuntu-latest
15-
15+
1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@v5
@@ -65,12 +65,12 @@ jobs:
6565 - name : Commit and push changes
6666 if : steps.git-check.outputs.changes == 'true'
6767 run : |
68- git config --local user.email "boshen@gmail .com"
68+ git config --local user.email "[email protected] .com" 6969 git config --local user.name "Boshen"
7070 git add rolldown-version-stats.json
7171 git commit -m "chore: update rolldown version stats"
7272 git push origin main
7373
7474 - name : No changes to commit
7575 if : steps.git-check.outputs.changes != 'true'
76- run : echo "No changes were detected in rolldown-version-stats.json, skipping commit."
76+ run : echo "No changes were detected in rolldown-version-stats.json, skipping commit."
You can’t perform that action at this time.
0 commit comments