Skip to content

Commit

Permalink
Update google java format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devyubin authored Aug 16, 2023
1 parent b66ea30 commit fb28068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google java format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
args: "--replace"
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-commit: true
files: "${{ env.GITHUB_WORKSPACE }}/src/main/java/com/haemil/backend/${GITHUB_REF#refs/heads/}/*"
files: "${{ env.GITHUB_WORKSPACE }}/src/main/java/com/haemil/backend/${{GITHUB_REF#refs/heads/}}/*"

- name: Print diffs
run: git --no-pager diff --exit-code
Expand Down

0 comments on commit fb28068

Please sign in to comment.