Skip to content

Commit

Permalink
Merge pull request #42 from BokDoong/main
Browse files Browse the repository at this point in the history
fix: 깃액션 수정
  • Loading branch information
yuntasha authored Oct 6, 2023
2 parents ca800ab + b05cbfe commit ac8d622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name: make application-dev.yml
if: contains(github.ref, 'develop')
run: |
cd ./src/main/resources
cd ./src/main
mkdir resources
cd ./resources
touch ./application-dev.yml
echo "${{ secrets.YML_DEV }}" > ./application-dev.yml
shell: bash
Expand Down

0 comments on commit ac8d622

Please sign in to comment.