File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ' Checkout'
2+ description : ' Get sources from a GitHub repository.'
3+ inputs :
4+ repository :
5+ description : ' Repository name'
6+ ref :
7+ description : ' Ref to checkout (SHA, branch, tag)'
8+ token :
9+ description : ' Access token for clone repository'
10+ clean :
11+ description : ' If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching'
12+ default : true
13+ submodules :
14+ description : ' Directory containing files to upload'
15+ lfs :
16+ description : ' Whether to download Git-LFS files; defaults to false'
17+ fetch-depth :
18+ description : ' The depth of commits to ask Git to fetch; defaults to no limit'
19+ path :
20+ description : ' Optional path to check out source code'
21+ runs :
22+ plugin : ' checkout'
You can’t perform that action at this time.
0 commit comments