Skip to content

Commit 37d172c

Browse files
CoveMBericglau
andauthored
Plat 5837 fix add submodule in commit (#1134)
Co-authored-by: Eric Lau <[email protected]>
1 parent 45a957b commit 37d172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
BRANCH_NAME="ci/update-foundry-docs-$(date +'%Y-%m-%d-%H%M%S')-${{ github.run_id }}"
9696
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
9797
git checkout -b $BRANCH_NAME
98-
git add docs/modules/ROOT/pages/foundry/
98+
git add docs/modules/ROOT/pages/foundry/ submodules/openzeppelin-foundry-upgrades/
9999
git commit -m "[CI] Update Foundry Upgrades plugin docs"
100100
git push origin $BRANCH_NAME
101101

0 commit comments

Comments
 (0)