workflows: fix checkout in backports action (#2623)

This commit is contained in:
Martin Weinelt 2022-08-28 22:45:33 +02:00 committed by GitHub
parent ba69456653
commit 6b6bda221c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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