mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-23 01:01:04 -05:00
Improve documentation.
This commit is contained in:
parent
c68761b2a5
commit
4ed868f203
1 changed files with 4 additions and 0 deletions
|
@ -40,3 +40,7 @@ steps:
|
||||||
echo "GITHUB_REF_NAME=$GITHUB_REF_NAME"
|
echo "GITHUB_REF_NAME=$GITHUB_REF_NAME"
|
||||||
echo "GITHUB_SHA_SHORT=$GITHUB_SHA_SHORT"
|
echo "GITHUB_SHA_SHORT=$GITHUB_SHA_SHORT"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Demo
|
||||||
|
|
||||||
|
A demo for all Operating systems (Linux, macOS and Windows) is also available in the [demo workflows file of this repository](.github/workflows/demo.yml)!
|
||||||
|
|
Loading…
Reference in a new issue