Escape quotes

This commit is contained in:
Julien Lengrand-Lambert
2023-01-30 22:03:00 +01:00
parent a1e1079a2c
commit 5fc48f9bf0

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sed -i.bak "1s/.*/openapi: 3.0.3/" yaml/CheckoutService-v69ref.yaml
- run: sed -i.bak \"1s/.*/openapi: 3.0.3/\" yaml/CheckoutService-v69ref.yaml
- run: rm yaml/CheckoutService-v69ref.yaml.bak
- uses: addnab/docker-run-action@v3
with: