Skip to content

Commit 0d21879

Browse files
committed
Update main.yml
1 parent ea6dd80 commit 0d21879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
echo 'Migration has been completed'
1818
migration_envs: |
1919
DATABASE_LAB_CI=true
20-
FLYWAY_USER=${PGUSER}
21-
FLYWAY_PASSWORD=${PGPASSWORD}
20+
FLYWAY_USER=$PGUSER
21+
FLYWAY_PASSWORD=$PGPASSWORD
2222
FLYWAY_LOCATIONS=filesystem:/flyway/sql
2323
FLYWAY_CONNECT_RETRIES=60
2424
env:

0 commit comments

Comments
 (0)