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

Commit 8731ebb

Browse files
committed
Update
1 parent 0e66402 commit 8731ebb

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/update-submodule.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
name: Update OrchardCoreContrib.App submodules
1+
name: Update OrchardCoreContrib.App Submodules
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ "main" ]
7-
8-
permissions:
9-
contents: read
105

116
jobs:
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

0 commit comments

Comments
 (0)