Skip to content

Commit fdc5350

Browse files
committed
multinode: Remove unused tf_apply step ID
1 parent bdb3862 commit fdc5350

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/multinode.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ jobs:
284284
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
285285

286286
- name: Terraform Apply
287-
id: tf_apply
288287
run: |
289288
for attempt in $(seq 3); do
290289
if terraform apply -auto-approve -input=false; then

0 commit comments

Comments
 (0)