0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 16:50:45 -05:00

Updates halt step name

This commit is contained in:
Refringe 2024-03-28 20:45:46 -04:00
parent a7579ac13b
commit 3f346d0cd7
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -122,7 +122,7 @@ jobs:
echo "::set-output name=proceed::${PROCEED}"
shell: bash
- name: Halt Workflow if Necessary
- name: Tag Not Found
if: steps.check-existence.outputs.proceed == 'false'
run: |
echo "Required branch/tag not found in one or more repositories, halting workflow."