Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Sep 17, 2024
1 parent 7347b4e commit ac5dd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_results_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run SQL Script
run: |
PGPASSWORD=mypassword psql -h 127.0.0.1 -U myuser -d mydb -f extras/rdms/full_data_model_pg.sql
PGPASSWORD=password psql -h 127.0.0.1 -U myuser -d mydb -f extras/rdms/full_data_model_pg.sql
# - name: Upload artifact
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ac5dd24

Please sign in to comment.