Update .gitea/workflows/tf-apply.yml

This commit is contained in:
2023-12-14 10:46:02 +02:00
committed by Gitea Bot
parent f4cd0c7188
commit a97b6fecc3

View File

@@ -30,6 +30,7 @@ jobs:
shell: bash
id: check
run: |
ls -laR .
echo "code=$(cat ${{steps.download.outputs.download-path}}/artifacts/exitcode)" >> $GITHUB_OUTPUT
if [ "$(cat ${{steps.download.outputs.download-path}}/artifacts/exitcode)" -lt 2 ]; then
exit "$(cat exitcode)";