Skip to content

Commit

Permalink
[CHORE] edit indentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devyubin authored Aug 16, 2023
1 parent 991ea67 commit 587cfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google java format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v2
- uses: axel-op/googlejavaformat-action@v3
with:
args: "set-exit-if-changed --fix-imports-only"
args: "--set-exit-if-changed --fix-imports-only"
commit-message: "format: Google Java Format"
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 587cfd7

Please sign in to comment.