Skip to content

Commit 055894e

Browse files
committed
Add missing quotes
1 parent 999a71c commit 055894e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-subtree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# subtree/library as base.
5757
SUBTREE_HEAD=$(git log --format=%s -n 1 origin/subtree/library)
5858
echo "SUBTREE_HEAD: ${SUBTREE_HEAD}"
59-
UPSTREAM_ONTO=$(git log --grep=$SUBTREE_HEAD -n 1 --format=%H upstream/master)
59+
UPSTREAM_ONTO=$(git log --grep="$SUBTREE_HEAD" -n 1 --format=%H upstream/master)
6060
echo "UPSTREAM_ONTO: ${UPSTREAM_ONTO}"
6161
6262
git checkout ${COMMIT_HASH}

0 commit comments

Comments
 (0)