Skip to content

Commit

Permalink
Remove submodule checkout. No longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 19, 2021
1 parent 041be33 commit 131ec4f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-iis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive

# Install the .NET Core workload
- name: Install .NET Core
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-via-ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive

# Install the .NET Core workload
- name: Install .NET Core
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive

# Install the .NET Core workload
- name: Install .NET Core
Expand Down

0 comments on commit 131ec4f

Please sign in to comment.