Skip to content

Commit

Permalink
Fix pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunw9 authored Jul 16, 2024
1 parent 7894858 commit 167c2c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
cat ./application.yml
working-directory: ${{ env.working-directory }}

- name: prompt.yml 생성
run: |
mkdir -p ./src/main/resources && cd $_
touch ./prompt.yml
echo "${{ secrets.APP_PROMPT }}" > ./prompt.yml
cat ./prompt.yml
working-directory: ${{ env.working-directory }}

# Gradle 캐싱
- name: Gradle 캐싱
uses: actions/cache@v3
Expand Down

0 comments on commit 167c2c3

Please sign in to comment.