Skip to content

Commit 3852915

Browse files
committed
feat: add yaml formater
1 parent 8f6a137 commit 3852915

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/base_build_push_ecr.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,17 @@ jobs:
6161
with:
6262
output: ./environments/.env
6363
ssm-path: '/${{ inputs.WF_ENV_TYPE }}/${{ inputs.WF_SERVICE_NAME }}'
64-
format: dotenv
64+
format: yaml
6565
env:
6666
AWS_ACCESS_KEY_ID: ${{ secrets.WF_AWS_ACCESS_KEY_ID }}
6767
AWS_SECRET_ACCESS_KEY: ${{ secrets.WF_AWS_SECRET_ACCESS_KEY }}
6868
AWS_DEFAULT_REGION: ${{ secrets.WF_AWS_REGION }}
69-
69+
70+
- name: Testing the YAML
71+
run: |
72+
echo "getting branch"
73+
cat ./environments/.env
74+
7075
- name: Login to Amazon ECR
7176
id: login-ecr
7277
uses: aws-actions/amazon-ecr-login@v1

0 commit comments

Comments
 (0)