xieyunshen/PaddleQACheckout
Checkout a specific version related to PaddlePaddle from the Git repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, PaddlePaddle/PaddleTest | — | ${{ github.repository }} |
| ref | The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch. | — | — |
| commit_sha | The commit SHA to checkout. If provided, it will override the ref value. | — | "" |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | — | — |
| fetch_depth | Number of commits to fetch. 0 indicates all history for all branches and tags. | — | 1 |
| submodules | Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules. | — | false |
| repo_compress | — | — | false |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |
| commit_sha | commit sha |