From 6b6bda221c12924d259da8696a11140662ff45cf Mon Sep 17 00:00:00 2001
From: Martin Weinelt <mweinelt@users.noreply.github.com>
Date: Sun, 28 Aug 2022 22:45:33 +0200
Subject: [PATCH] workflows: fix checkout in backports action (#2623)

---
 .github/workflows/backport.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 9fe7bb4d..ca5db958 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -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:
-- 
GitLab