mirror of
https://github.com/nocodb/nocodb.git
synced 2026-06-02 14:21:38 +00:00
fix: checkout with latest source
This commit is contained in:
2
.github/workflows/publish-api-docs.yml
vendored
2
.github/workflows/publish-api-docs.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Pushes swagger file to src
|
||||
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658
|
||||
|
||||
2
.github/workflows/update-sdk-path.yml
vendored
2
.github/workflows/update-sdk-path.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: |
|
||||
cd packages/nocodb
|
||||
|
||||
Reference in New Issue
Block a user