Skip to content

Commit

Permalink
switch base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zmraul committed Dec 4, 2024
1 parent a3c31e0 commit f08734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clone-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
BASE_BRANCH="${{ github.event.pull_request.head.ref }}"
BASE_BRANCH="${{ github.event.pull_request.base.ref }}"
NEW_BRANCH="24.04-cloned-${{ github.event.pull_request.number }}"
PR_TITLE="Automated PR: 24.04 Changes from ${NEW_BRANCH}"
PR_BODY="This pull request was created automatically. Will test 24.04 base on the charm."
Expand Down

0 comments on commit f08734d

Please sign in to comment.