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 4ef387b commit f1204e8Copy full SHA for f1204e8
.github/workflows/ff-master.sh
@@ -3,7 +3,7 @@
3
set -o verbose
4
BRANCH=$(git rev-parse --abbrev-ref HEAD)
5
6
-if [ $BRANCH != "master" ]; then
+if [ "$BRANCH" != "master" ]; then
7
echo "Refusing to release from $BRANCH. This script should be running in master."
8
exit 1
9
fi
0 commit comments