mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-30 00:03:30 +02:00
Update daily-csv-upload.yaml
This commit is contained in:
parent
546a65ccee
commit
184c17156f
1 changed files with 9 additions and 1 deletions
10
.github/workflows/daily-csv-upload.yaml
vendored
10
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -10,7 +10,15 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
default:
|
default:
|
||||||
outputs:
|
outputs:
|
||||||
default: CF_REPORT_ENV
|
default: ${{ steps.var.outputs.default}}
|
||||||
|
runs-on: "ubuntu-latest"
|
||||||
|
steps:
|
||||||
|
- name: Setting global variables
|
||||||
|
uses: actions/github-script@v6
|
||||||
|
id: var
|
||||||
|
with:
|
||||||
|
script: |
|
||||||
|
core.setOutput("default", "CF_REPORT_ENV");
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
needs: [default]
|
needs: [default]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue