Skip to content

Commit d55a23b

Browse files
committed
Fix invalid comment references
Signed-off-by: worksofliam <[email protected]>
1 parent 9f5ea2d commit d55a23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webpack_ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
issue_number: context.issue.number,
5858
owner: context.repo.owner,
5959
repo: context.repo.repo,
60-
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)'
60+
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)'
6161
})
6262
6363
- name: Update comment
@@ -69,5 +69,5 @@ jobs:
6969
body: |
7070
👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.
7171
72-
* [Download here.](https://github.com/codefori/vscode-ibmi/actions/runs/${{ github.run_id }})
72+
* [Download here.](https://github.com/codefori/vscode-db2i/actions/runs/${{ github.run_id }})
7373
* [Read more about how to test](https://github.com/codefori/vscode-ibmi/blob/master/.github/pr_testing_template.md)

0 commit comments

Comments
 (0)