Skip to content

Commit 110952a

Browse files
committed
🩹 fix : echo 제거 후 시도.
1 parent 1121b72 commit 110952a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
mkdir -p ./src/main/resources
3030
cat << EOF > ./src/main/resources/application.yml
31-
$(echo "${{ secrets.APP_YML }}")
31+
${{ secrets.APP_YML }}
3232
EOF
3333
find src
3434

0 commit comments

Comments
 (0)