We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d707f5e commit e53d0ecCopy full SHA for e53d0ec
β.github/workflows/update-stats.ymlβ
@@ -16,20 +16,20 @@ jobs:
16
contents: write
17
18
steps:
19
- - name: π₯ Checkout repository
+ - name: Checkout repository
20
uses: actions/checkout@v4
21
22
- - name: π§ Setup Node.js
+ - name: Setup Node.js
23
uses: actions/setup-node@v4
24
with:
25
node-version: "20"
26
27
- - name: π Generate stats
+ - name: Generate stats
28
run: node generate-stats.js
29
env:
30
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
31
32
- - name: π€ Commit and push changes
+ - name: Commit and push changes
33
run: |
34
git config --local user.email "github-actions[bot]@users.noreply.github.com"
35
git config --local user.name "github-actions[bot]"
0 commit comments