Skip to content

Commit 00e2e58

Browse files
authored
Fix typo (#22)
1 parent 74374c7 commit 00e2e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The results are redirected to a file and uploaded as artifacts.
2626

2727
The second job downloads the artifact and creates PRs from it using the script [create.sh](create.sh).
2828

29-
The reason there are two jobs is Dependabot CLI should only run with read-only tokens as some ecosystem may execute arbitrary code. To achieve that in Actions we must use two jobs with `permissions` defined differently.
29+
The reason there are two jobs is Dependabot CLI should only run with read-only tokens as some ecosystems may execute arbitrary code. To achieve that in Actions we must use two jobs with `permissions` defined differently.
3030

3131
Also take a look at the [Dependabot Smoke Tests repo](https://github.com/dependabot/smoke-tests/tree/main/tests) for example inputs and expected outputs.
3232

0 commit comments

Comments
 (0)