mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Fix ci-suite.yml indentation
This commit is contained in:
@@ -198,13 +198,13 @@ jobs:
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: echo "::set-env name=TGS4_TEST_PULL_REQUEST_NUMBER::${{ github.event.number }}"
|
||||
|
||||
- name: Set TGS4_GITHUB_REF for PR
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: echo "::set-env name=TGS4_GITHUB_REF::${{ github.event.base_ref }}"
|
||||
- name: Set TGS4_GITHUB_REF for PR
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: echo "::set-env name=TGS4_GITHUB_REF::${{ github.event.base_ref }}"
|
||||
|
||||
- name: Set TGS4_GITHUB_REF for push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: echo "::set-env name=TGS4_GITHUB_REF::${{ github.event.ref }}"
|
||||
- name: Set TGS4_GITHUB_REF for push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: echo "::set-env name=TGS4_GITHUB_REF::${{ github.event.ref }}"
|
||||
|
||||
- name: Run Integration Test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user