Skip to content

Commit

Permalink
test add environment variables from script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 30, 2024
1 parent fd3089d commit d7b46dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ runs:
- name: Configure the database
shell: bash
run: sudo -u psql -c "CREATE DATABASE dbt;"
run: sudo -u postgres psql -c "CREATE DATABASE dbt;"

0 comments on commit d7b46dc

Please sign in to comment.