This repository was archived by the owner on Jun 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Update OrchardCoreContrib.App submodules
1+ name : Update OrchardCoreContrib.App Submodules
22
33on :
44 workflow_dispatch :
5- push :
6- branches : [ "main" ]
7-
8- permissions :
9- contents : read
105
116jobs :
127 update-submodules :
@@ -31,10 +26,10 @@ jobs:
3126 env :
3227 SUBMODULE_TOKEN : ${{ secrets.SUBMODULE_TOKEN }}
3328 run : |
34- git config user.name "github-actions[bot] "
35- git config user.email "github- actions[bot]@users.noreply. github.com"
29+ git config user.name "GitHub Actions Bot "
30+ git config user.email "actions@ github.com"
3631 git add --all
3732 git diff --cached --quiet && exit 0
38- git commit -m "Update submodules"
33+ git commit -m "Update submodules to latest versions "
3934 git remote set-url origin https://x-access-token:${SUBMODULE_TOKEN}@github.com/OrchardCoreContrib/OrchardCoreContrib.App.git
4035 git push origin HEAD:main
You can’t perform that action at this time.
0 commit comments