try fixing external pull request checkout - test1
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
877676cfae
commit
e3c77f433a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/autoformat.yml
vendored
4
.github/workflows/autoformat.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue