Skip to content

Commit

Permalink
Correct typo in build artifact comment workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian authored and nyalldawson committed Jun 13, 2024
1 parent 4a83c84 commit 309fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_artifact_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
});
const PREFIX = "## Plugin ready!";
let body = PREFIX + "\n\n" +
"A test version of this PR are available for testing [here](https://github.com/" + context.repo.owner + "/" + context.repo.repo + "/suites/" + context.payload.workflow_run.check_suite_id + "/artifacts/${{steps.download_artifact.outputs.artifact_id}}).";
"A test version of this PR is available for testing [here](https://github.com/" + context.repo.owner + "/" + context.repo.repo + "/suites/" + context.payload.workflow_run.check_suite_id + "/artifacts/${{steps.download_artifact.outputs.artifact_id}}).";
body += "\n\n*(Built from commit " + git_sha + ")*";
const winBuildComment = prComments.data?.find(c => c.body.startsWith(PREFIX));
Expand Down

0 comments on commit 309fb98

Please sign in to comment.