From 62afc023c87bbbd80abb05418609e07476cd475c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 11 Jun 2020 16:26:10 -0400 Subject: [PATCH] print github ref --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40fd7dc82..35ea25206 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,10 @@ jobs: nuget help msbuild -version dotnet --info + Write-Output "GitHub ref: $env:GITHUB_REF" + shell: pwsh + env: + GITHUB_REF: ${{ github.ref }} - name: Checkout repo uses: actions/checkout@v2 @@ -127,6 +131,10 @@ jobs: nuget help msbuild -version dotnet --info + Write-Output "GitHub ref: $env:GITHUB_REF" + shell: pwsh + env: + GITHUB_REF: ${{ github.ref }} - name: Checkout repo uses: actions/checkout@v2