mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Fix syntax error
This commit is contained in:
parent
d405d4ca79
commit
9a872d2005
1 changed files with 2 additions and 1 deletions
3
.github/workflows/daily-csv-upload.yaml
vendored
3
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -37,7 +37,8 @@ jobs:
|
|||
needs: [variables]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install CF CLI
|
||||
|
||||
- name: Install CF CLI
|
||||
run: |
|
||||
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github" | tar -zx
|
||||
sudo mv cf /usr/local/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue