sufyanadam/replace-placeholders action
Replaces placeholders in all files in the given directory matching the given filename pattern
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| placeholders | A list of the PLACEHOLDER: REPLACEMENT as a JSON object. Example: {"<NAMESPACE>": "my-namespace"} | yes | — |
| search-directory | The directory containing the files to replace all occurrences of given placeholders | yes | — |
| filename-pattern | A string representing the glob pattern of filenames to match for when searching for files to replace. Example: *.yml | yes | — |
Outputs
| name | description |
|---|---|
| time | The current time after waiting |