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 e2c60a2 commit 4638afcCopy full SHA for 4638afc
build.sh
@@ -55,5 +55,5 @@ if [[ $allow_empty_commits == 'true' ]]; then
55
else
56
git diff-index --quiet HEAD || git commit -m "$commit_message" # use `git diff-index --quiet HEAD ||` to avoid error
57
fi
58
-git push -fv aur master
+git push --force-with-lease -v aur master
59
echo '::endgroup::'
0 commit comments