mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove submodule checkout. No longer needed.
This commit is contained in:
parent
402ab9a87b
commit
bfe974423e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
1
.github/workflows/deploy-to-iis.yml
vendored
1
.github/workflows/deploy-to-iis.yml
vendored
@ -93,7 +93,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
# Install the .NET Core workload
|
||||
- name: Install .NET Core
|
||||
|
||||
1
.github/workflows/deploy-via-ssh.yml
vendored
1
.github/workflows/deploy-via-ssh.yml
vendored
@ -101,7 +101,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
# Install the .NET Core workload
|
||||
- name: Install .NET Core
|
||||
|
||||
1
.github/workflows/run_tests.yml
vendored
1
.github/workflows/run_tests.yml
vendored
@ -28,7 +28,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
# Install the .NET Core workload
|
||||
- name: Install .NET Core
|
||||
|
||||
Loading…
Reference in New Issue
Block a user