# :octocat: :rocket: GitHub Environment Variables Action A [GitHub Action](https://github.com/features/actions) 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 ```