From e3c77f433ad92057c2691cad4d8efaa168eded59 Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Sat, 10 Dec 2022 08:18:35 -0300 Subject: [PATCH] try fixing external pull request checkout - test1 Signed-off-by: Victor Seiji Hariki --- .github/workflows/autoformat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 95bb459..289e101 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: - ref: ${{ github.head_ref }} + ref: ${{ github.event.pull_request.head.sha }} - name: Prettify uses: creyD/prettier_action@v4.2 with: