We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c80f66 commit 27932bfCopy full SHA for 27932bf
README.md
@@ -61,6 +61,13 @@ jobs:
61
GITHUB_TOKEN: ${{ secrets.PAT }}
62
TIMEZONE: "America/Winnipeg"
63
FEATURES: "DAY_STATS,WEEK_STATS,LANGUAGE_STATS"
64
+ - name: "Commit changes"
65
+ run: |
66
+ git config --global user.name "github-actions[bot]"
67
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
68
+ git add README.md
69
+ git commit -m "chore: update readme via actions"
70
+ git push
71
```
72
73
Next, generate a Personal Access Token (PAT) in your
0 commit comments