add repo name as well (#2729)

This commit is contained in:
Sara Zan 2022-06-24 17:08:28 +02:00 committed by GitHub
parent 42b1a5c3a4
commit 6a7152044e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ runs:
- name: Checkout
uses: actions/checkout@v2
with:
repo: ${{ github.event.repository.name }}
ref: ${{ github.head_ref }}
- name: Setup Python