Skip to content

Commit

Permalink
Update openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 10, 2024
1 parent 71ce2f2 commit 1ee4a62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ jobs:
name: "Determine latest spec version"
id: "billingo_spec"
run: |
VERSION="$(
wget -qO- "https://api.swaggerhub.com/apis/Billingo/Billingo/settings/default" \
| jq -r '."version"'
)"
VERSION="3.0.15"
echo "version=${VERSION}" >>"${GITHUB_OUTPUT}"
-
name: "Install OpenAPI"
Expand Down

0 comments on commit 1ee4a62

Please sign in to comment.