startautomating/UseUGit
Updated Git
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| Run | A PowerShell Script that uses ugit. Any files outputted from the script will be added to the repository. If those files have a .Message attached to them, they will be committed with that message. | no | — |
| SkipScriptFile | If set, will not process any files named *.ugit.ps1 | no | — |
| InstallModule | A list of modules to be installed from the PowerShell gallery before scripts run. | no | — |
| CommitMessage | If provided, will commit any remaining changes made to the workspace with this commit message. | no | — |
| TargetBranch | If provided, will checkout a new branch before making the changes. If not provided, will use the current branch. | no | — |
| ActionScript | The name of one or more scripts to run, from this action's path. | no | '[\/]Examples[\/]*' |
| GitHubToken | The github token to use for requests. | no | {{ secrets.GITHUB_TOKEN }} |
| UserEmail | The user email associated with a git commit. If this is not provided, it will be set to the username@noreply.github.com. | no | — |
| UserName | The user name associated with a git commit. | no | — |
| NoPush | If set, will not push any changes made to the repository. (they will still be committed unless `-NoCommit` is passed) | no | — |
| NoCommit | If set, will not commit any changes made to the repository. (this also implies `-NoPush`) | no | — |
Outputs
no outputs