Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolb committed Sep 8, 2023
1 parent bde3f45 commit 24d9bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spectral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DECK_GROUP_NAME: ${{ secrets.DECK_GROUP_NAME }}
DECK_PAT: ${{ secrets.DECK_PAT }}
run: deck file openapi2kong --spec ./spec/petStore.json output-file ./kong/petStoreKong.yaml
run: deck file openapi2kong --spec ./spec/petStore.json --output-file ./kong/petStoreKong.yaml
if: github.event_name == 'release'

# Sync the state of the files to the Kong instance and update the deployment status in your repo by GitHub Deployment API
Expand All @@ -76,5 +76,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DECK_GROUP_NAME: ${{ secrets.DECK_GROUP_NAME }}
DECK_PAT: ${{ secrets.DECK_PAT }}
run: deck sync -s petStoreKong.yaml --konnect-runtime-group-name ${{ secrets.DECK_GROUP_NAME }} --konnect-token ${{ secrets.DECK_PAT }}
run: deck sync -s ./kong/petStoreKong.yaml --konnect-runtime-group-name ${{ secrets.DECK_GROUP_NAME }} --konnect-token ${{ secrets.DECK_PAT }}
if: github.event_name == 'release'

0 comments on commit 24d9bb1

Please sign in to comment.