nikitaeverywhere/Sparse commit to a repository
Sparse checkout and commit to a single file of any git repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | URL of a repository to check out. Include credentials to this URL if needed. | yes | — |
| filename | A name of a file to commit, including directories, if any. Directories that do not exist will be created. | yes | — |
| file-content | A content of the file to commit. | yes | — |
| git-user-name | The user name that will appear in git commit. | yes | — |
| temp-dir | A temp directory where repository will be checked out. | no | temp-git-sparse-commit-${{ github.sha }} |
| git-user-email | The user email that will appear in git commit. | no | "" |
| git-commit-message | A commit message to use. | no | Automated file update |
Outputs
no outputs