1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-10 09:01:44 +08:00

Compare commits

..

No commits in common. "87db53bfc4c7b7560b99ce1748470bca9edb9cfe" and "ca13ff4aff282050858980de58a86feae68499a3" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
.licenses/
.licenses/**

View File

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