diff options
-rw-r--r-- | .github/workflows/backport.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 019fb20689..414fe1f1d6 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,11 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 with: - # required to find all branches - fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: zeebe-io/backport-action@v0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - github_workspace: ${{ github.workspace }} + uses: korthout/backport-action@v1 |