Skip to content

Commit b1b90af

Browse files
committed
Fix commit
1 parent 85d4339 commit b1b90af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update_submodule.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Checkout
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v3
15+
ref: esteele-build-docs
1516

1617
# Pull latest plone.api
1718
- name: Pull latest plone.api
@@ -36,5 +37,8 @@ jobs:
3637
run: |
3738
git status
3839
git add submodules/plone.api submodules/plone.restapi submodules/volto
40+
git config user.name github-actions
41+
git config user.email [email protected]
3942
git commit -m "Update submodules tip"
4043
git push
44+

0 commit comments

Comments
 (0)