Checkout head

This commit is contained in:
Alex Root Junior 2022-03-26 19:05:40 +02:00
parent ab1b99af5d
commit 19e7c1266a
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -12,7 +12,11 @@ jobs:
runs-on: ubuntu-latest
name: "Check that changes is described"
steps:
- uses: actions/checkout@master
- name: "Checkout code"
uses: actions/checkout@master
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: '0'
- name: Set up Python 3.10
uses: actions/setup-python@v2
with: