startautomating/GetOrganized

Organize anything into groups of groups

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
RunA PowerShell Script that uses Organize. 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
SkipScriptFileIf set, will not process any files named *.Organize.ps1no
InstallModuleA list of modules to be installed from the PowerShell gallery before scripts run.no
CommitMessageIf provided, will commit any remaining changes made to the workspace with this commit message.no
TargetBranchIf provided, will checkout a new branch before making the changes. If not provided, will use the current branch. no
ActionScriptThe name of one or more scripts to run, from this action's path.no
GitHubTokenThe github token to use for requests.no{{ secrets.GITHUB_TOKEN }}
UserEmailThe user email associated with a git commit. If this is not provided, it will be set to the username@noreply.github.com.no
UserNameThe user name associated with a git commit.no
NoPushIf set, will not push any changes made to the repository. (they will still be committed if `-AutoCommit` is passed) no
AutoCommitIf set, will commit any changes made to the repository. (this also implies `-NoPush`) no

no outputs