Update .gitea/workflows/tf-apply.yml
This commit is contained in:
@@ -32,7 +32,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
id: check
|
id: check
|
||||||
run: |
|
run: |
|
||||||
ls -laR .
|
|
||||||
echo "code=$(cat ${{steps.download.outputs.download-path}}/exitcode)" >> $GITHUB_OUTPUT
|
echo "code=$(cat ${{steps.download.outputs.download-path}}/exitcode)" >> $GITHUB_OUTPUT
|
||||||
if [ "$(cat ${{steps.download.outputs.download-path}}/exitcode)" -lt 2 ]; then
|
if [ "$(cat ${{steps.download.outputs.download-path}}/exitcode)" -lt 2 ]; then
|
||||||
exit "$(cat exitcode)";
|
exit "$(cat exitcode)";
|
||||||
|
|||||||
Reference in New Issue
Block a user