We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a957b commit 37d172cCopy full SHA for 37d172c
.github/workflows/checks.yml
@@ -95,7 +95,7 @@ jobs:
95
BRANCH_NAME="ci/update-foundry-docs-$(date +'%Y-%m-%d-%H%M%S')-${{ github.run_id }}"
96
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
97
git checkout -b $BRANCH_NAME
98
- git add docs/modules/ROOT/pages/foundry/
+ git add docs/modules/ROOT/pages/foundry/ submodules/openzeppelin-foundry-upgrades/
99
git commit -m "[CI] Update Foundry Upgrades plugin docs"
100
git push origin $BRANCH_NAME
101
0 commit comments