Update .gitea/workflows/tf-apply.yml
This commit is contained in:
@@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user