Skip to content

Commit

Permalink
Merge pull request #69 from koterpillar/renovate-update-lockfile
Browse files Browse the repository at this point in the history
chore(build): fix Renovate lockfile update
  • Loading branch information
koterpillar authored Jan 4, 2025
2 parents 8d315c8 + 07a497d commit 699af2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/renovate-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Update lockfile
run: |
if git diff --name-only | grep -q 'stack.yaml.lock'; then
git config user.name "unused"
git config user.email "[email protected]"
git add stack.yaml.lock
git commit --amend --no-edit
git push origin HEAD
git push origin HEAD -f
fi

0 comments on commit 699af2a

Please sign in to comment.