mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-09 18:43:32 -05:00
Update version.
This commit is contained in:
parent
45e833f67e
commit
d550e1273f
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
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: franzdiebold@github-env-vars-action@master
|
- uses: franzdiebold@github-env-vars-action@v1.0.0
|
||||||
- name: Print environment variables
|
- name: Print environment variables
|
||||||
run: |
|
run: |
|
||||||
echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"
|
echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"
|
||||||
|
|
Loading…
Reference in a new issue