Skip to content

Commit d8322c1

Browse files
committed
(fix) Update resource_count output step reference in discover-backend-state job of teardown workflow
1 parent e1e61be commit d8322c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/teardown-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
bucket_exists: ${{ steps.discover.outputs.bucket_exists }}
238238
state_exists: ${{ steps.discover.outputs.state_exists }}
239239
bucket_name: ${{ steps.discover.outputs.bucket_name }}
240-
resource_count: ${{ steps.discover.outputs.resource_count }}
240+
resource_count: ${{ steps.validate-state.outputs.resource_count }}
241241
state_valid: ${{ steps.discover.outputs.state_valid }}
242242
backend_generated: ${{ steps.generate-backend.outputs.backend_generated }}
243243

0 commit comments

Comments
 (0)