Skip to content

Commit

Permalink
Fix Workflows with sparse-checkout
Browse files Browse the repository at this point in the history
Running with Act didn't throw any errors
  • Loading branch information
victor-rds committed Jun 13, 2024
1 parent d46dbe5 commit 1f1bd39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
with:
sparse-checkout: |
server_version
./.github/actions/get-server-version
sparse-checkout-cone-mode: false
./.github/actions/
- id: get_version
name: Get Server Version
uses: ./.github/actions/get-server-version
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/trigger-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
with:
sparse-checkout: |
server_version
./.github/actions/get-server-version
sparse-checkout-cone-mode: false
./.github/actions
- id: get_version
name: Get Server Version
uses: ./.github/actions/get-server-version
Expand Down

0 comments on commit 1f1bd39

Please sign in to comment.