Skip to content

Commit

Permalink
Apparently I need to add
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Feb 20, 2024
1 parent 1190d4d commit 912bcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/updateMaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Format KJS code"
git add .
git commit -m "Format KJS code"
continue-on-error: true
- name: Commit and push to the maven branch
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 912bcb3

Please sign in to comment.