actions-able/envsubst-gnu-utility
Substitutes the values of environment variables in one file or in multiple files following patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 17, 2025
- License
- MIT
Pinned Snippet
uses: actions-able/envsubst-action@d83b930793114f06452ec044c80f1d0c8412a812 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Directory where to find the input file(s) | yes | . |
| input-file | Path to the input file | no | — |
| output-file | Path to the output file | no | — |
| input-file-pattern | Pattern of input files. Will be used with GNU find -name | no | — |
| output-file-suffix | Suffix that will be added to filename for output files | no | .subst |
Outputs
no outputs