workflows: fix checkout in backports action

The checkout was too limited for the backport action to determine the
proper merge base.
This commit is contained in:
Martin Weinelt 2022-08-28 22:43:04 +02:00
parent ba69456653
commit 0873465c94
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs
uses: zeebe-io/backport-action@v0.0.8
with: