Skip to content

Commit 1f65457

Browse files
committed
fix: typos
1 parent cbd3cfc commit 1f65457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-08-21-adding-comments-to-pr.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ However, the downside of that approach is that you need to think hard about the
3939
### Git (sic!) better
4040

4141
Some investigation of available [workflow triggers](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows) reveals the ```workflow_run```
42-
trigger that allows to react once a workflow has been completed and workflow triggered by that run in the context of the repository itself. That would allow us to do the following:
42+
trigger, that allows to react once a workflow has completed, and workflows triggered by that run in the context of the repository itself. That would allow us to do the following:
4343

4444
- run a workflow with ```pull_request``` trigger to perform some action, e.g. calculate the code coverage of the code in a PR
4545
- store the result of this workflow as an artifact attached to the workflow run

0 commit comments

Comments
 (0)