1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

print github ref

This commit is contained in:
Kyle Spearrin
2020-06-11 16:26:10 -04:00
parent 52ca84946b
commit 62afc023c8

View File

@@ -40,6 +40,10 @@ jobs:
nuget help nuget help
msbuild -version msbuild -version
dotnet --info dotnet --info
Write-Output "GitHub ref: $env:GITHUB_REF"
shell: pwsh
env:
GITHUB_REF: ${{ github.ref }}
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -127,6 +131,10 @@ jobs:
nuget help nuget help
msbuild -version msbuild -version
dotnet --info dotnet --info
Write-Output "GitHub ref: $env:GITHUB_REF"
shell: pwsh
env:
GITHUB_REF: ${{ github.ref }}
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v2 uses: actions/checkout@v2