Skip to content

Commit e8fcacd

Browse files
authored
feat: publish CFT in path with branch name instead of commit sha (#40)
1 parent 5abb0a3 commit e8fcacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
working-directory: ./templates
5656
env:
5757
S3_BUCKET: cf-templates-cloudvision-ci
58-
S3_PREFIX: pr/${{ github.sha }}
58+
S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)