Skip to content

Commit 15c4915

Browse files
New release!
1 parent 72f19de commit 15c4915

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/leaderboard.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2323
- name: 'Commit Changes'
2424
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

Comments
 (0)