Skip to content

Commit

Permalink
Docs: Update work.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
don9m1n authored Mar 22, 2024
1 parent b6bd548 commit 8fd5141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
ACTIONS_STEP_DEBUG: true
APPLICATION_PROD: ${{ secrets.APPLICATION_PROD_YML }}
run: echo "$APPLICATION_PROD" > src/main/resources/application-prod.yml
run: echo "${{ secrets.APPLICATION_PROD_YML }}" > src/main/resources/application-prod.yml
- name: jdk 17 설치
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 8fd5141

Please sign in to comment.