cinderblock/Working Directory
Clone a repo into a working directory, modify it during the step, and commit changes back at the end.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Which branch to work with. | yes | — |
| repo | Which repository to work with. Defaults to the current repository. | no | "" |
| working-directory | Which folder to work in. | no | — |
| commit-message | Commit message to use at the end. | no | GitHub Actions |
| commit-name | user.name for the commit. | no | GitHub Actions |
| commit-email | user.email for the commit. | no | actions@github.com |
| commit-unchanged | If non-empty, create a commit even when no files changed. | no | "" |
Outputs
no outputs