Skip to content

Commit 38d7c57

Browse files
committed
Refactor to have predictive names
1 parent ff2db66 commit 38d7c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Fake zip files" # Validate will fail if it cannot find the zip files
2222
run: |
2323
touch modules/webhook/lambdas/webhook/webhook.zip
24-
touch modules/runners/lambdas/scale-runners/runners.zip
24+
touch modules/runners/lambdas/runners/runners.zip
2525
touch modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/runner-binaries-syncer.zip
2626
- name: "Terraform Format"
2727
uses: hashicorp/terraform-github-actions@master

0 commit comments

Comments
 (0)