We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f3eb7 commit 33589b1Copy full SHA for 33589b1
.github/workflows/autoupdate-dev.yaml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
API_BASE_URL=${{ secrets.MDB_CURRENT_API_PREVIEW_URL }} make fetch_openapi
20
- name: Verify Changed files
21
- uses: tj-actions/verify-changed-files@v13
+ uses: tj-actions/verify-changed-files@v14
22
id: verify-changed-files
23
with:
24
files: |
.github/workflows/autoupdate-master.yaml
working-directory: ./tools
run: make fetch_openapi
0 commit comments