try fixing external pull request checkout - test1

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
Victor Seiji Hariki 2022-12-10 08:18:35 -03:00
parent 877676cfae
commit e3c77f433a

View file

@ -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: