Skip to content

Commit

Permalink
Update db_migrate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapocsi authored Feb 26, 2024
1 parent 1c5442b commit 7db1173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/db_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use environment variable
run: echo "Database URL is $DATABASE_URL"
run: echo "Database URL is $DATABASE_HOST"
env:
DATABASE_URL: ${{ env.DATABASE_URL }}
DATABASE_URL: ${{ env.DATABASE_HOST }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7db1173

Please sign in to comment.