fix syntax error

This commit is contained in:
Andrew Cassidy 2021-04-07 17:40:13 -07:00
parent aacceb6cff
commit d5c2dfb96b

View File

@ -18,7 +18,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- with: with:
# Whether to checkout submodules: `true` to checkout submodules or `recursive` to # Whether to checkout submodules: `true` to checkout submodules or `recursive` to
# recursively checkout submodules. # recursively checkout submodules.
submodules: 'true' submodules: 'true'