Skip to content

Commit 21c6bbb

Browse files
committed
Fix syntax
1 parent b1b90af commit 21c6bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_submodule.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
steps:
1313
# Checkout
1414
- uses: actions/checkout@v3
15-
ref: esteele-build-docs
15+
with:
16+
ref: esteele-build-docs
1617

1718
# Pull latest plone.api
1819
- name: Pull latest plone.api

0 commit comments

Comments
 (0)