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 bdcf27b commit 9b53b63Copy full SHA for 9b53b63
1 file changed
.github/workflows/docspublish.yml
@@ -41,6 +41,7 @@ jobs:
41
42
if [[ -n "$(git status --porcelain)" ]]; then
43
git commit -m "docs(cli/screenshots): update CLI screenshots" -m "[skip ci]"
44
+ git pull --rebase origin master
45
git push
46
else
47
echo "No changes to commit. Skipping."
0 commit comments