0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-10-09 08:11:56 +03:00

Update README.md

This commit is contained in:
andreanadr 2025-10-08 14:02:02 +07:00 committed by GitHub
parent ca13ff4aff
commit 24ff37d6f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
- uses: actions/checkout@v5 - uses: actions/checkout@v5
with: with:
# Repository name with owner. For example, actions/checkout # Repository name with owner. For example, actions/checkout
# Default: ${{ github.repository }} # Default: ${{ andreanadr.repository }}
repository: '' repository: ''
# The branch, tag or SHA to checkout. When checking out the repository that # The branch, tag or SHA to checkout. When checking out the repository that