Skip to content

Commit

Permalink
Testing to see if this works...?
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Mar 29, 2024
1 parent 65ac83c commit 7d9e510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: steps.git-check.outputs.modified == 'true'
run: |
git config --global user.name 'Charles Tian'
git config --global user.email 'charles.tian23@gmail.com'
git config --global user.email '[email protected].com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git checkout -b auto-format-code
git add .
Expand Down

0 comments on commit 7d9e510

Please sign in to comment.