Skip to content

Commit

Permalink
auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Oct 3, 2024
1 parent 3b56b9a commit 2f82b50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ jobs:
exit 0
fi
git config --global user.email "[email protected]"
git config --global user.name "Andre-Philippe Paquet"
git branch -D $BRANCH_NAME || true
git checkout -b $BRANCH_NAME
git add flake.lock
Expand Down

0 comments on commit 2f82b50

Please sign in to comment.