Skip to content

Commit c3f9039

Browse files
committed
Fix
1 parent 5468b54 commit c3f9039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-modules.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4747
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4848
aws-region: eu-west-1
49-
49+
5050
- name: Validate Templates
5151
run: make validate
5252
working-directory: modules
5353
env:
5454
S3_BUCKET: cf-templates-cloudvision-ci
55-
55+
5656
publish:
5757
name: Publish Templates
5858
runs-on: ubuntu-latest
@@ -76,4 +76,4 @@ jobs:
7676
working-directory: modules
7777
env:
7878
S3_BUCKET: cf-templates-cloudvision-ci
79-
S3_PREFIX: ${{ github.event_name == 'push' && ((contains(github.ref, '/tags/v') && github.ref_name) || 'main') || format('pr/{0}', github.event.pull_request.number)}}
79+
S3_PREFIX: ${{ github.event_name == 'push' && ((contains(github.ref, '/tags/v') && github.ref_name) || 'main') || format('pr/{0}', github.event.pull_request.number)}}

0 commit comments

Comments
 (0)