Skip to content

Commit ec9dc32

Browse files
committed
feat: removed quotes on workflows
1 parent 3749ab5 commit ec9dc32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Terraform Plan and Apply
22
on:
33
workflow_run:
4-
workflows: [ "Build and Publish Docker Image" ]
4+
workflows: [Build and Publish Docker Image]
55
types:
66
- completed
77
branches:

0 commit comments

Comments
 (0)