mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
Upload files
This commit is contained in:
parent
862339cd32
commit
91cdd44d7f
1 changed files with 6 additions and 2 deletions
8
.github/workflows/daily-csv-upload.yaml
vendored
8
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -71,10 +71,14 @@ jobs:
|
|||
|
||||
- name: Generate current-federal.csv
|
||||
run: cf run-task getgov-${{ env.ENVIRONMENT }} "/tmp/lifecycle/shell -c './manage.py generate_current_full_report.py'"
|
||||
|
||||
env:
|
||||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||
|
||||
- name: Generate current-full.csv
|
||||
run: cf run-task getgov-${{ env.ENVIRONMENT }} "/tmp/lifecycle/shell -c './manage.py generate_current_federal_report.py'"
|
||||
|
||||
env:
|
||||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||
|
||||
comment:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [variables, upload_reports]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue