From 2bd984382a6423ce4594faf461c88d5dd2166a81 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Thu, 7 Nov 2024 15:39:40 -0500 Subject: [PATCH] Update rebase-release.yml (#559) --- .github/workflows/rebase-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase-release.yml b/.github/workflows/rebase-release.yml index b37dcd2a..a337c440 100644 --- a/.github/workflows/rebase-release.yml +++ b/.github/workflows/rebase-release.yml @@ -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,