Skip to content

Commit

Permalink
testing16
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Oct 24, 2023
1 parent ffe7c0f commit 474b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
with:
script: |
const runURL = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${{ github.run_id }}`;
const commentBody = both build and itest completed successfully ✅. \n[View Actions Run](${runURL}).`;
const commentBody = `both build and itest completed successfully ✅. \n[View Actions Run](${runURL}).`;
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit 474b17a

Please sign in to comment.