Skip to content

Commit

Permalink
fix: checkout submodules when checking out repo (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzler7 authored Aug 15, 2023
1 parent 43adc62 commit c1d07ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ runs:
uses: actions/checkout@v3
with:
lfs: true
submodules: recursive
repository: ${{ env.INPUT_TARGET_CHECKOUT }}
ref: ${{ env.INPUT_TARGET_CHECKOUT_REF }}
token: ${{ env.INPUT_GITHUB_TOKEN }}
Expand Down

0 comments on commit c1d07ab

Please sign in to comment.