Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaa authored May 1, 2024
1 parent 97a912c commit e5c836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: make application.yml
run: |
mkdir -p src/main/resources
echo "$APPLICATION" > src/main/resources/application.properties
echo "$APPLICATION" > src/main/resources/application.yml
env:
APPLICATION: ${{ secrets.APPLICATION }}

Expand Down

0 comments on commit e5c836f

Please sign in to comment.