indentationnnnnn

This commit is contained in:
Julien Lengrand-Lambert
2023-01-30 22:08:10 +01:00
parent 812e596364
commit fa6f234524

View File

@@ -6,13 +6,13 @@ jobs:
generatePostman:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: addnab/docker-run-action@v3
with:
image: gcatanese/openapi-generator-postman-v2
options: -v ${{ github.workspace }}:/usr/src/app
run: |
sed -i.bak "1s/.*/openapi: 3.0.3/" yaml/CheckoutService-v69.yaml
rm yaml/CheckoutService-v69.yaml.bak
/script.sh generate -i json/CheckoutService-v69.json -o CheckoutService-v69.postman
sed -i.bak "1s/.*/openapi: 3.0.3/" yaml/CheckoutService-v69.yaml
rm yaml/CheckoutService-v69.yaml.bak
/script.sh generate -i json/CheckoutService-v69.json -o CheckoutService-v69.postman
# - uses: stefanzweifel/git-auto-commit-action@v4