Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Jul 4, 2024
1 parent 01886f6 commit 58ccf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3-publish-cf-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Fetch CloudFormation Template
run: |
aws s3 cp s3://artillery-cf-templates/${{ matrix.service == 'lambda' && env.GH_OIDC_LAMBDA_TEMPLATE || env.GH_OIDC_FARGATE_TEMPLATE }} template.yml
aws s3 cp s3://artilleryio-cf-templates/${{ matrix.service == 'lambda' && env.GH_OIDC_LAMBDA_TEMPLATE || env.GH_OIDC_FARGATE_TEMPLATE }} template.yml
- name: Deploy CloudFormation Template
run: |
aws cloudformation create-stack \
Expand Down

0 comments on commit 58ccf21

Please sign in to comment.