Skip to content

Commit

Permalink
display result
Browse files Browse the repository at this point in the history
  • Loading branch information
tobijdc committed Feb 6, 2024
1 parent b55147f commit 988eb11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aligulac-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
run: PGPASSWORD=postgres psql -h localhost -p 5432 -d postgres -U postgres -f aligulac.sql
- name: Import GuessTheSC2Pro Fixes
run: PGPASSWORD=postgres psql -h localhost -p 5432 -d postgres -U postgres -f db_import/data-fixup.sql
- name: Import GuessTheSC2Pro Fixes
- name: Export player data
run: PGPASSWORD=postgres psql -h localhost -p 5432 -d postgres -U postgres -t -A -F"," -f db_import/top500-earnings.sql > result.csv
- name: Display Result
run: cat result.csv
#- name: Commit changes
# run: |
# git config --global user.name 'GH Action Bot'
Expand Down

0 comments on commit 988eb11

Please sign in to comment.