Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Jul 31, 2023
1 parent 0197128 commit c9265d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CREATE_SECRET: ${{secrets.DAITSSU_DEV_APPLICATION_YML}}
CREATE_SECRET_DIR: common/src/main/resources
CREATE_SECRET_DIR_FILE_NAME: application-dev.yml
run: echo $CREATE_SECRET > | base64 --decode > $CREATE_SECRET_DIR/$CREATE_SECRET_DIR_FILE_NAME
run: echo $CREATE_SECRET | base64 --decode > $CREATE_SECRET_DIR/$CREATE_SECRET_DIR_FILE_NAME

- name: Build with Gradle
run: ./gradlew common:bootJar
Expand Down

0 comments on commit c9265d9

Please sign in to comment.