mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Update daily-csv-upload.yaml
This commit is contained in:
parent
3424121a33
commit
28b966402c
1 changed files with 1 additions and 3 deletions
4
.github/workflows/daily-csv-upload.yaml
vendored
4
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -19,8 +19,6 @@ on:
|
|||
|
||||
jobs:
|
||||
variables:
|
||||
env:
|
||||
report_environment: CF_REPORT_ENV
|
||||
outputs:
|
||||
environment: ${{ steps.var.outputs.environment}}
|
||||
runs-on: "ubuntu-latest"
|
||||
|
@ -30,7 +28,7 @@ jobs:
|
|||
id: var
|
||||
with:
|
||||
script: |
|
||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets[env.report_environment] }};
|
||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets[CF_REPORT_ENV] }};
|
||||
core.setOutput('environment', environment);
|
||||
|
||||
upload-reports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue