Skip to content

Commit

Permalink
Merge pull request #90 from premisedata/INFRA-1754
Browse files Browse the repository at this point in the history
Infra 1754
  • Loading branch information
diegoandresdiazespinoza authored Dec 1, 2023
2 parents 9bab960 + c1de0d5 commit ff68fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dp_update_api_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: List services
run: >
gcloud beta services list --available --format='value(NAME)' --filter="NAME:googleapis" > ./packages/backend/public/apis.txt
gcloud beta services list --available --format='value(NAME)' --filter="NAME:googleapis" > apis.tmp
- name: Actual list files
run: >
cat ./packages/backend/public/apis.txt > apis.tmp
Expand Down

0 comments on commit ff68fea

Please sign in to comment.