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 9dbfb67 commit 59c81e4Copy full SHA for 59c81e4
latex/create-bump-prs.sh
@@ -18,7 +18,7 @@ if [ -f .bump.csv.bak ]; then
18
\git add Dockerfile
19
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
20
echo "Please review and push commit in branch \"${b}\". Waiting..."
21
- while \git status | \grep -Fq "Your branch is ahead" ; do
+ while \git status | \grep -Fq "Your branch is ahead"; do
22
\sleep 1
23
done
24
\gh pr create -f -l build -l dependencies
0 commit comments