btsavvy/bts-update-env-var
Updated environment variable value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 28, 2024
- License
- None
Pinned Snippet
uses: btsavvy/pub-action-update-env-var@247a157bdd2ab0aea83d7e5d45116f19d0125e6d # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The account owner of the repository. The name is not case sensitive. | yes | — |
| repo_name | The name of the repository without the .git extension. The name is not case sensitive. | yes | — |
| environment_name | Comma list The name of the environment. The name must be URL encoded. For example, any slashes in the name must be replaced with %2F | yes | — |
| var_name | The name of the variable. | yes | — |
| var_value | The value of the variable. | yes | — |
| token | The oauth token | yes | — |
Outputs
| name | description |
|---|---|
| data | The placeholder for any output data |