Remove submodule checkout. No longer needed.

This commit is contained in:
Jared Goodwin 2021-04-18 22:39:10 -07:00
parent 402ab9a87b
commit bfe974423e
4 changed files with 0 additions and 4 deletions

View File

@ -53,7 +53,6 @@ jobs:
# your fork instead of the author's.
repository: lucent-sea/Remotely
fetch-depth: 0
submodules: recursive
# Test the Server URL to make sure it's valid
- name: Check Server URL Format

View File

@ -93,7 +93,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
# Install the .NET Core workload
- name: Install .NET Core

View File

@ -101,7 +101,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
# Install the .NET Core workload
- name: Install .NET Core

View File

@ -28,7 +28,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
# Install the .NET Core workload
- name: Install .NET Core