thynclabs/Template Cleanup Action
Replace the template repository name in all files with a new value, and push the changes to the branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| search_keyword | The string to replace in all files | yes | — |
| replace_keyword | The string to replace the search-keyword with | yes | — |
| github_url | GitHub url or GitHub Enterprise url | no | ${{ github.server_url }} |
| workflow_token | PAT token with workflow permissions | yes | — |
| repository | Repository name | yes | ${{ github.repository }} |
| branch | Destination branch to push changes | no | ${{ github.ref }} |
Outputs
no outputs