Update .gitea/workflows/tf-apply.yml

This commit is contained in:
2023-12-14 10:52:41 +02:00
committed by Gitea Bot
parent 7583d705fe
commit 2c4382a99f

View File

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