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 82dc03f commit 96f5709Copy full SHA for 96f5709
1 file changed
.github/workflows/dispatch_update.yml
@@ -0,0 +1,15 @@
1
+name: Dispatch Update Submodule
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+jobs:
8
+ dispatch:
9
+ runs-on: windows-latest
10
+ steps:
11
+ - name: Dispatch update to Orchard Core Contrib.App
12
+ uses: peter-evans/repository-dispatch@v3
13
+ with:
14
+ repository: OrchardCoreContrib/OrchardCoreContrib.App
15
+ event-type: update-submodule
0 commit comments