Skip to content

Commit

Permalink
�fix: github-action 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 authored Feb 21, 2024
1 parent 4df3eeb commit bd70e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
if: |
contains(github.ref, 'main')
run: |
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.YML }}" > ./application.yml
Expand Down

0 comments on commit bd70e82

Please sign in to comment.