mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 11:34:46 +01:00
Fix branch build's TGS4_GITHUB_REF
This commit is contained in:
@@ -207,7 +207,10 @@ jobs:
|
||||
|
||||
- name: Set TGS4_GITHUB_REF for push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: echo "TGS4_GITHUB_REF=${{ github.event.ref }}" >> $env:GITHUB_ENV
|
||||
shell: bash
|
||||
run: |
|
||||
TEMP_GITHUB_REF="${{ github.event.ref }}"
|
||||
echo "TGS4_GITHUB_REF=${TEMP_GITHUB_REF##*/}" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Run Integration Test
|
||||
run: |
|
||||
@@ -349,7 +352,9 @@ jobs:
|
||||
|
||||
- name: Set TGS4_GITHUB_REF for push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: echo "TGS4_GITHUB_REF=${{ github.event.ref }}" >> $GITHUB_ENV
|
||||
run: |
|
||||
TEMP_GITHUB_REF="${{ github.event.ref }}"
|
||||
echo "TGS4_GITHUB_REF=${TEMP_GITHUB_REF##*/}" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Run Integration Test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user