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 2cac63b commit 4412dbbCopy full SHA for 4412dbb
.github/workflows/ci.yml
@@ -435,5 +435,6 @@ jobs:
435
else
436
echo "Committing documentation changes..."
437
git commit -m "Updated Some Public Modules"
438
- git push origin "module-markdown"
+ echo "Force pushing to module-markdown branch..."
439
+ git push --force origin "module-markdown"
440
fi
0 commit comments