Skip to content
Snippets Groups Projects
Unverified Commit 6b6bda22 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

workflows: fix checkout in backports action (#2623)

parent ba694566
Branches
Tags
No related merge requests found
...@@ -9,8 +9,6 @@ jobs: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment