We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ea098 commit 0e66402Copy full SHA for 0e66402
1 file changed
.github/workflows/update-submodule.yml
@@ -10,18 +10,10 @@ permissions:
10
11
jobs:
12
update-submodules:
13
- runs-on: ubuntu-latest
+ name: Build windows-latest
14
+ runs-on: windows-latest
15
16
steps:
- - 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
-
25
- name: Checkout OrchardCoreContrib.App
26
uses: actions/checkout@v6
27
with:
0 commit comments