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

Compare commits

...

3 Commits

Author SHA1 Message Date
andreanadr
2b9afb483e
Merge 87db53bfc4 into ff7abcd0c3 2025-10-09 01:58:04 +00:00
andreanadr
87db53bfc4
Update .gitattributes 2025-10-09 08:58:00 +07:00
andreanadr
24ff37d6f7
Update README.md 2025-10-08 14:02:02 +07:00
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: ${{ github.repository }}
# Default: ${{ andreanadr.repository }}
repository: ''
# The branch, tag or SHA to checkout. When checking out the repository that