From 2bee436a737d876a06524828cdd2a61063e7386e Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Tue, 14 Jul 2020 13:10:38 +0200 Subject: [PATCH] Improve demo. --- .github/workflows/demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index f0f950f..2058525 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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"