Skip to content

Commit

Permalink
Fix submodules with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Mar 8, 2020
1 parent ab021c2 commit 57c05da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true

- name: Install .NET Core
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 57c05da

Please sign in to comment.