Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 0e66402

Browse files
committed
Update update-submodule.yml
1 parent c3ea098 commit 0e66402

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/update-submodule.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,10 @@ permissions:
1010

1111
jobs:
1212
update-submodules:
13-
runs-on: ubuntu-latest
13+
name: Build windows-latest
14+
runs-on: windows-latest
1415

1516
steps:
16-
- name: Validate token
17-
env:
18-
SUBMODULE_TOKEN: ${{ secrets.SUBMODULE_TOKEN }}
19-
run: |
20-
if [ -z "$SUBMODULE_TOKEN" ]; then
21-
echo "::error::Missing SUBMODULE_TOKEN secret. Add a PAT with access to OrchardCoreContrib/OrchardCoreContrib.App."
22-
exit 1
23-
fi
24-
2517
- name: Checkout OrchardCoreContrib.App
2618
uses: actions/checkout@v6
2719
with:

0 commit comments

Comments
 (0)