Skip to content

Commit e53d0ec

Browse files
committed
feat: update github workflow
1 parent d707f5e commit e53d0ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ž.github/workflows/update-stats.ymlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
contents: write
1717

1818
steps:
19-
- name: πŸ“₯ Checkout repository
19+
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22-
- name: πŸ”§ Setup Node.js
22+
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: "20"
2626

27-
- name: πŸ“Š Generate stats
27+
- name: Generate stats
2828
run: node generate-stats.js
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3131

32-
- name: πŸ“€ Commit and push changes
32+
- name: Commit and push changes
3333
run: |
3434
git config --local user.email "github-actions[bot]@users.noreply.github.com"
3535
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
Β (0)