mirror of
https://github.com/actions/labeler.git
synced 2025-12-10 19:50:54 +00:00
Update documentation
This commit is contained in:
@@ -160,7 +160,7 @@ You might want to use action called [@actions/checkout](https://github.com/actio
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3 # Uploads repository content to the runner
|
- uses: actions/checkout@v4 # Uploads repository content to the runner
|
||||||
with:
|
with:
|
||||||
repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more
|
repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more
|
||||||
- uses: actions/labeler@v4
|
- uses: actions/labeler@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user