Skip to content

Commit

Permalink
Fix(update-lockfile): Use capital starting letter
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 20, 2024
1 parent 2b25424 commit 449f629
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.email "[email protected]"
git switch ${{ inputs.branch_name }}
git add pak.lock
git commit -m "chore: update pak.lock" || echo "No changes to commit"
git commit -m "chore: Update pak.lock" || echo "No changes to commit"
git remote set-url origin https://$GITHUB_ACTOR:${{ secrets.GH_PAT }}@github.com/$GITHUB_REPOSITORY.git
git push origin ${{ inputs.branch_name }}

0 comments on commit 449f629

Please sign in to comment.