From d31480152b630979f9e9e60f97d96b67d692cecc Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Tue, 14 Jul 2020 13:09:14 +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 7c3044d..f0f950f 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@latest + - uses: franzdiebold/github-env-vars-action@1.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@latest + - uses: franzdiebold/github-env-vars-action@1.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@latest + - uses: franzdiebold/github-env-vars-action@1.1.2 - name: Print environment variables exposed by this action run: | echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"