Skip to content

Commit

Permalink
Update backport-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen2 authored Nov 26, 2024
1 parent f2dd774 commit 19cfc1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/backport-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
required: true
type: string

env:
REPO_LOCATION: repo

jobs:
backport:
runs-on: ubuntu-latest
Expand All @@ -35,7 +32,6 @@ jobs:
with:
# ensure the backport target branch is checked out, too
fetch-depth: 0
path: ${{ env.REPO_LOCATION }}

- if: ${{ steps.check_pr_labels.outputs.result == 'true' }}
uses: JackPGreen/backport/.github/actions/backport@centralise-to-workflow
Expand Down

0 comments on commit 19cfc1c

Please sign in to comment.