Skip to content

Commit cf41a86

Browse files
authored
Fix: typo in file name extension (#158)
2 parents 907ac71 + aba492c commit cf41a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
aws cloudformation update-stack \
7878
--stack-name pems-github-actions \
79-
--template-body file://infra/cloudformation/gh_actions.yaml \
79+
--template-body file://infra/cloudformation/gh_actions.yml \
8080
--capabilities CAPABILITY_IAM
8181
8282
- name: Install AWS Copilot CLI

0 commit comments

Comments
 (0)