Skip to content

Commit cdcdcfd

Browse files
committed
fix: add signoff to workflow commit
Signed-off-by: Maanvi Chetwani <maanvichetwani21@gmail.com>
1 parent 0713649 commit cdcdcfd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-leaderboard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Commit and push JSON
2424
run: |
2525
git config user.name "github-actions"
26-
git config user.email "actions@github.com"
27-
git add _data/leaderboard.json
28-
git commit -m "chore: update leaderboard data" || echo "No changes to commit"
29-
git push
26+
git config user.email "actions@github.com"
27+
git add _data/leaderboard.json
28+
git commit -m "chore: update leaderboard data" -s || echo "No changes to commit"
29+
git push

0 commit comments

Comments
 (0)