mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +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:
|
steps:
|
||||||
- name: Print names of all secrets
|
- name: Print names of all secrets
|
||||||
run: echo ${{ toJson(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
|
- name: Generate current-federal.csv
|
||||||
uses: cloud-gov/cg-cli-tools@main
|
uses: cloud-gov/cg-cli-tools@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue