More prints

This commit is contained in:
zandercymatics 2023-12-01 09:35:03 -07:00
parent 18a10978e1
commit 20122727f7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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: