Skip to content

Commit

Permalink
fix typo in checks document
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 5, 2024
1 parent 82be897 commit 8e57053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ List of checks:
- [Action format in `uses:`](#check-action-format)
- [Local action inputs validation at `with:`](#check-local-action-inputs)
- [Popular action inputs validation at `with:`](#check-popular-action-inputs)
- [Outdated popular actions detection at `with:`](#detect-outdated-popular-actions)
- [Outdated popular actions detection at `uses:`](#detect-outdated-popular-actions)
- [Shell name validation at `shell:`](#check-shell-names)
- [Job ID and step ID uniqueness](#check-job-step-ids)
- [Hardcoded credentials](#check-hardcoded-credentials)
Expand Down Expand Up @@ -1795,7 +1795,7 @@ and were automatically collected by [a script][generate-popular-actions]. If you
make a request [as an issue][issue-form].

<a name="detect-outdated-popular-actions"></a>
## Outdated popular actions detection at `with:`
## Outdated popular actions detection at `uses:`

Example input:

Expand Down

0 comments on commit 8e57053

Please sign in to comment.