From fe9c7ccf945efe022e8c7de417531071d931408e Mon Sep 17 00:00:00 2001 From: IanTapply22 Date: Sun, 12 Nov 2023 12:05:32 -0500 Subject: [PATCH] Moved ref to checkout --- .github/workflows/format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 549b1df..251b269 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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"