mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Fixes syntax
This commit is contained in:
parent
a2f36d0003
commit
e2743ee418
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
package: ${{ github.workspace }}/*.jar
|
||||
#jvm-options: -Dspring.profiles.active=postgres
|
||||
# Removed POSTGRES_URL
|
||||
environment-variables: -POSTGRES_USER=${{ env.POSTGRES_USER }} -POSTGRES_PASS=${{ env.POSTGRES_PASS }} -SPRING_PROFILES_ACTIVE=postgres
|
||||
environment-variables: -POSTGRES_USER ${{ env.POSTGRES_USER }} -POSTGRES_PASS ${{ env.POSTGRES_PASS }} -POSTGRES_URL ${{ env.POSTGRES_URL }} -SPRING_PROFILES_ACTIVE postgres
|
||||
# Added single quotes attempt
|
||||
#environment-variables: -POSTGRES_USER='${{ env.POSTGRES_USER }}' -POSTGRES_PASS='${{ env.POSTGRES_PASS }}' -POSTGRES_URL='${{ env.POSTGRES_URL }}' -SPRING_PROFILES_ACTIVE=postgres
|
||||
# Original
|
||||
|
|
Loading…
Reference in a new issue