actions-marketplace-validations/Setup Git for Windows SDK
Set up an environment to develop Git for Windows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flavor | The subset (if any) of the SDK: minimal, makepkg-git, build-installers, or full | no | minimal |
| architecture | The architecture of the SDK: x86_64, i686 or aarch64. Note that "aarch64" only supports the "full" flavor for now. | no | x86_64 |
| msys | Whether to start in MSYS mode (defaults to false) | no | false |
| path | Where to write the SDK files | no | "" |
| cleanup | Whether to clean up SDK files. This is only needed on self-hosted runners that are reused for multiple jobs. | no | false |
| verbose | Whether to log files as they are extracted | no | 250 |
| cache | Use @actions/cache to accelerate this Action | no | auto |
| github-token | Personal access token (PAT) used to call into GitHub's REST API. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | — | ${{ github.token }} |
Outputs
no outputs