We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f19de commit 15c4915Copy full SHA for 15c4915
.github/workflows/leaderboard.yml
@@ -22,3 +22,10 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
23
- name: 'Commit Changes'
24
uses: stefanzweifel/git-auto-commit-action@v4
25
+ with:
26
+ commit_message: "Aggiornato workflow automaticamente"
27
+ branch: main
28
+ commit_user_name: "github-actions[bot]"
29
+ commit_user_email: "github-actions[bot]@users.noreply.github.com"
30
+ commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
31
+ token: ${{ secrets.GH_TOKEN }}
0 commit comments