mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 03:23:07 +01:00
Use bash when setting TGS4_GITHUB_REF for push
This commit is contained in:
@@ -352,6 +352,7 @@ jobs:
|
||||
|
||||
- name: Set TGS4_GITHUB_REF for push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
shell: bash
|
||||
run: |
|
||||
TEMP_GITHUB_REF="${{ github.event.ref }}"
|
||||
echo "TGS4_GITHUB_REF=${TEMP_GITHUB_REF##*/}" >> $env:GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user