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 b5786a6 commit 1c449a8Copy full SHA for 1c449a8
.github/workflows/style_and_doc.yaml
@@ -104,5 +104,5 @@ jobs:
104
git config --local user.email "[email protected]"
105
git add man/\* NAMESPACE DESCRIPTION
106
git commit -m "docs: update documentation (GHA)" || echo "No changes to commit"
107
- git pull --ff-only
+ git pull --rebase
108
git push origin
0 commit comments