Skip to content

Commit

Permalink
[GitHub Actions] Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonx943 authored Feb 23, 2025
1 parent 334ca2e commit 08f1241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
- name: Update Docs + Commit 🌏
run: |
git config --local user.email "[email protected]"
git config --local user.name "Draken"
git config --local user.email "[email protected]"
git config --local user.name "kotatsu-bot"
if [[ -n $(git status -s) ]]; then
git add README.md
git commit -m "Bump build number to ${{ needs.build.outputs.new_tag }}"
Expand Down

0 comments on commit 08f1241

Please sign in to comment.