mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
More prints
This commit is contained in:
parent
18a10978e1
commit
20122727f7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/daily-csv-upload.yaml
vendored
4
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -66,6 +66,10 @@ jobs:
|
|||
steps:
|
||||
- name: Print names of all secrets
|
||||
run: echo ${{ toJson(secrets) }}
|
||||
- name: Print cf_username
|
||||
run: echo ${{ env.CF_USERNAME }}
|
||||
- name: Print cf_password
|
||||
run: echo ${{ env.CF_PASSWORD }}
|
||||
- name: Generate current-federal.csv
|
||||
uses: cloud-gov/cg-cli-tools@main
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue