carbohydrates/init-action
This action is used for one time automation. It took each key from client_payload.toReplace and replace it to value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | github private access token, usually secrets.GITHUB_TOKEN , needs only for pr creation | no | — |
| event_type | event type that action will accept | yes | init_action |
| destroy_after_execution | Destroy the workflow that contains this action after successful execution | yes | true |
| create_pr | create pr instead of direct pushing to master | yes | false |
| author_name | author_name of commit | yes | initbot |
| author_email | git author email that will push changes | yes | initbot@example.com |
| commit_message | Commit message for changes | yes | init action commit |
Outputs
no outputs