Skip to content

Commit

Permalink
Update generate-new-sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza authored Jul 25, 2024
1 parent 0ea91db commit 4563967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-new-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
uses: actions/cache@v3
with:
path: sdk/api/openapi_old.yaml
key: openapi-old
key: openapi-old-${{ github.sha }}
restore-keys: |
openapi-old-
- name: Fetch the current OpenAPI definition
run: |
Expand Down

0 comments on commit 4563967

Please sign in to comment.