Skip to content

Commit

Permalink
Moved ref to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Nov 12, 2023
1 parent ef0b435 commit fe9c7cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: axel-op/googlejavaformat-action@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"

0 comments on commit fe9c7cc

Please sign in to comment.