From 038de2ba01b00001f596f77f6cee7b4525a60c52 Mon Sep 17 00:00:00 2001 From: skeris Date: Sat, 19 Apr 2025 00:57:13 +0300 Subject: [PATCH] set exit code for validator --- .gitea/workflows/validate_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/validate_config.yml b/.gitea/workflows/validate_config.yml index 24fcf48..ca1379b 100644 --- a/.gitea/workflows/validate_config.yml +++ b/.gitea/workflows/validate_config.yml @@ -28,4 +28,4 @@ jobs: - name: Check out repository code uses: http://gitea.pena:3000/PenaDevops/actions.git/checkout@v1 - name: Run validator - run: GITHUB_RUN_NUMBER=${{ gitea.run_id }} compose -f deployments/${{ gitea.ref_name }}/validate_config.yml up + run: GITHUB_RUN_NUMBER=${{ gitea.run_id }} compose -f deployments/${{ gitea.ref_name }}/validate_config.yml up --exit-code-from validator