mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2025-02-22 04:30:54 -05:00
Improve demo.
This commit is contained in:
parent
d31480152b
commit
2bee436a73
1 changed files with 3 additions and 3 deletions
6
.github/workflows/demo.yml
vendored
6
.github/workflows/demo.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
name: Linux Demo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: franzdiebold/github-env-vars-action@1.1.2
|
||||
- uses: franzdiebold/github-env-vars-action@v1.1.2
|
||||
- name: Print environment variables exposed by this action
|
||||
run: |
|
||||
echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
name: Windows Demo
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: franzdiebold/github-env-vars-action@1.1.2
|
||||
- uses: franzdiebold/github-env-vars-action@v1.1.2
|
||||
- name: Print environment variables exposed by this action
|
||||
run: |
|
||||
echo "GITHUB_REPOSITORY_OWNER=$Env:GITHUB_REPOSITORY_OWNER"
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
name: macOS Demo
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: franzdiebold/github-env-vars-action@1.1.2
|
||||
- uses: franzdiebold/github-env-vars-action@v1.1.2
|
||||
- name: Print environment variables exposed by this action
|
||||
run: |
|
||||
echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"
|
||||
|
|
Loading…
Add table
Reference in a new issue