Skip to content

Commit

Permalink
Fix Backport workflow action branch specification (hazelcast#1414)
Browse files Browse the repository at this point in the history
Backport’s default branch is master, not main.

[Slack
discussion](https://hazelcast.slack.com/archives/C035HQET5/p1733245920694469).
  • Loading branch information
JackPGreen authored Dec 3, 2024
1 parent d5f469e commit 67c99b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- if: ${{ steps.check_pr_labels.outputs.result == 'true' }}
uses: hazelcast/backport/.github/actions/backport@main
uses: hazelcast/backport/.github/actions/backport@master
with:
GITHUB_TOKEN: ${{ github.token }}
TARGET_BRANCH: ${{ inputs.target-branch }}
Expand Down

0 comments on commit 67c99b1

Please sign in to comment.