Skip to content

Commit

Permalink
feat: Added recursive submodule checkout to action
Browse files Browse the repository at this point in the history
  • Loading branch information
thargy committed Oct 14, 2021
1 parent 180e3b5 commit f1d20a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Avoid shallow clone so NBGV can do its work.
# Use Nerdbank.GitVersioning to set version variables: https://github.com/dotnet/nbgv
submodules: 'recursive'
- name: Set version
uses: dotnet/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validatepullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Avoid shallow clone so NBGV can do its work.
# Use Nerdbank.GitVersioning to set version variables: https://github.com/AArnott/nbgv
submodules: 'recursive'
- name: Set version
uses: dotnet/[email protected]
with:
Expand Down

0 comments on commit f1d20a8

Please sign in to comment.