Skip to content

Commit

Permalink
fix: update owori-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim authored Mar 6, 2024
1 parent 99275c3 commit 7e9c084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owori-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set ENV
run: |
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > src/main/resources/env.yml
echo "${{ secrets.APPLICATION_YML }}" >> src/main/resources/env.yml
find src
- run: chmod +x gradlew
Expand Down

0 comments on commit 7e9c084

Please sign in to comment.