Skip to content

Commit a930269

Browse files
committed
fix
1 parent 98f4187 commit a930269

File tree

2 files changed

+3
-75
lines changed

2 files changed

+3
-75
lines changed

.github/actions/setup-node-pnpm/README.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/update-rolldown-stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
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."

0 commit comments

Comments
 (0)