mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-09 18:43:32 -05:00
15 lines
485 B
Markdown
15 lines
485 B
Markdown
# :octocat: :rocket: GitHub Environment Variables Action
|
|
|
|
A GitHub Action to expose useful Environment Variables.
|
|
|
|
| Environment Variable Name | Example value |
|
|
|---------------------------|---------------------------|
|
|
| `GITHUB_REPO_OWNER` | `franzdiebold` |
|
|
| `GITHUB_REPO_NAME` | `github-env-vars-action` |
|
|
| `GITHUB_BRANCH_NAME` | `feature-branch-1` |
|
|
|
|
## Example usage
|
|
|
|
```yaml
|
|
uses: franzdiebold@github-env-vars-action@master
|
|
```
|