Fix setting TGS4_GITHUB_REF for PRs

This commit is contained in:
Jordan Brown
2020-12-07 15:34:05 -05:00
parent 20f55160bd
commit e2da8b5371
+1 -1
View File
@@ -203,7 +203,7 @@ jobs:
- name: Set TGS4_GITHUB_REF for PR
if: ${{ github.event_name == 'pull_request' }}
run: echo "TGS4_GITHUB_REF=${{ github.event.base_ref }}" >> $env:GITHUB_ENV
run: echo "TGS4_GITHUB_REF=${{ github.base_ref }}" >> $env:GITHUB_ENV
- name: Set TGS4_GITHUB_REF for push
if: ${{ github.event_name == 'push' }}