Skip to content

Commit

Permalink
fix(update-lockfile): Fix broken git commit in wf
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 19, 2024
1 parent 4d1da7c commit d119cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git switch ${{ inputs.branch_name }}
git add man/\* NAMESPACE DESCRIPTION
git add pak.lock
git commit -m "chore: update pak.lock" || echo "No changes to commit"
git push

0 comments on commit d119cfa

Please sign in to comment.