mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-09 18:43:32 -05:00
Merge pull request #1 from Priyankasaggu11929/master
correct example usage.
This commit is contained in:
commit
ad3a5edc1b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ For a full list of default environment variables exposed by GitHub see [https://
|
|||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: franzdiebold@github-env-vars-action@v1.0.0
|
||||
- uses: franzdiebold/github-env-vars-action@v1.0.0
|
||||
- name: Print environment variables
|
||||
run: |
|
||||
echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"
|
||||
|
|
Loading…
Reference in a new issue