Skip to content

Commit

Permalink
👷 ci generation
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Dec 26, 2024
1 parent b2f5922 commit 6c982b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
run: npm run generate
- name: Get OpenAPI YAML
id: yaml
run: spec="$(curl -LsSf ${{ env.OPENAPI_URL }})" echo spec="${spec}" >> ${GITHUB_OUTPUT}
run: |
spec="$(curl -LsSf ${{ env.OPENAPI_URL }})"
echo "${spec}"
echo spec="${spec}" >> ${GITHUB_OUTPUT}
env:
OPENAPI_URL: https://lm-v2-api-mock-data-f24357049a1b.herokuapp.com/v2/openapi
- name: Get OpenAPI JSON
Expand Down

0 comments on commit 6c982b0

Please sign in to comment.