mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Test
This commit is contained in:
parent
328e1fca95
commit
dffca3b587
1 changed files with 1 additions and 1 deletions
2
.github/workflows/daily-csv-upload.yaml
vendored
2
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
with:
|
||||
script: |
|
||||
core.setOutput('environment', '${{ github.head_ref }}'.split("/")[0]);
|
||||
|
||||
wait_for_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -59,7 +60,6 @@ jobs:
|
|||
sudo mv cf /usr/local/bin
|
||||
|
||||
- name: Set login credentials
|
||||
uses: 18f/cg-deploy-action@main
|
||||
env:
|
||||
ENVIRONMENT: ${{ needs.variables.outputs.environment }}
|
||||
CF_USERNAME: CF_${{ needs.variables.outputs.environment }}_USERNAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue