Skip to content

Commit

Permalink
Update rebase-release.yml (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro authored Nov 7, 2024
1 parent 4d2e7ed commit 2bd9843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebase-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
}
const issueTitle = `Rebase conflict on ${{ env.target-branch }} branch`;
const issueBody = `There was a conflict rebasing the ${{ env.target-branch }} branch onto main. Please resolve the conflicts manually. See [Sync Release Branch with Main action](https://github.com/shaynafinocchiaro/helm-charts-test/actions/workflows/rebase-release.yml) for more details.`;
const issueBody = `There was a conflict rebasing the ${{ env.target-branch }} branch onto main. Please resolve the conflicts manually. See [Sync Release Branch with Main action](https://github.com/dell/helm-charts/actions/workflows/rebase-release.yml) for more details.`;
await github.rest.issues.create({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 2bd9843

Please sign in to comment.