From 34d59d89968ffb6374867bf24b34f8fbd8823a7c Mon Sep 17 00:00:00 2001 From: worksofliam Date: Wed, 18 Dec 2024 08:50:04 -0500 Subject: [PATCH] Fix broken CI message Signed-off-by: worksofliam --- .github/workflows/webpack_ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/webpack_ci.yaml b/.github/workflows/webpack_ci.yaml index 1156ea8a..cff735fb 100644 --- a/.github/workflows/webpack_ci.yaml +++ b/.github/workflows/webpack_ci.yaml @@ -57,7 +57,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/codefori/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/codefori/vscode-ibmi/blob/master/.github/pr_testing_template.md)' + body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/codefori/vscode-db2i/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/codefori/vscode-db2i/blob/master/.github/pr_testing_template.md)' }) - name: Update comment @@ -69,5 +69,5 @@ jobs: body: | 👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}. - * [Download here.](https://github.com/codefori/vscode-ibmi/actions/runs/${{ github.run_id }}) - * [Read more about how to test](https://github.com/codefori/vscode-ibmi/blob/master/.github/pr_testing_template.md) \ No newline at end of file + * [Download here.](https://github.com/codefori/vscode-db2i/actions/runs/${{ github.run_id }}) + * [Read more about how to test](https://github.com/codefori/vscode-db2i/blob/master/.github/pr_testing_template.md) \ No newline at end of file