Skip to content

Commit

Permalink
Plat 5837 fix add submodule in commit (#1134)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Lau <[email protected]>
  • Loading branch information
CoveMB and ericglau authored Feb 27, 2025
1 parent 45a957b commit 37d172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
BRANCH_NAME="ci/update-foundry-docs-$(date +'%Y-%m-%d-%H%M%S')-${{ github.run_id }}"
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
git checkout -b $BRANCH_NAME
git add docs/modules/ROOT/pages/foundry/
git add docs/modules/ROOT/pages/foundry/ submodules/openzeppelin-foundry-upgrades/
git commit -m "[CI] Update Foundry Upgrades plugin docs"
git push origin $BRANCH_NAME
Expand Down

0 comments on commit 37d172c

Please sign in to comment.