Skip to content

Commit

Permalink
Update development-pipeline-deletion-event.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaior authored Mar 8, 2024
1 parent 3f58f68 commit 7bd152f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/development-pipeline-deletion-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
run: |
cd .terraform/pipeline
if [ -z "$(terraform state list)" ]; then
echo "TF_IS_EMPTY=true"
echo "TF_IS_EMPTY=true" >> $GITHUB_ENV
echo "Workspace Terraform is empty"
else
echo "TF_IS_EMPTY=false"
else
echo "TF_IS_EMPTY=false" >> $GITHUB_ENV
echo "Workspace Terraform is not empty"
fi
Expand Down

0 comments on commit 7bd152f

Please sign in to comment.