Update .github/workflows/backport.yml

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
Domen Kožar 2021-05-25 09:41:07 +02:00 committed by GitHub
parent fb3da87aa3
commit 68e65592e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2
with: with:
# required to find all branches # required to find all branches
fetch-depth: 0 fetch-depth: 0