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 999a71c commit 055894eCopy full SHA for 055894e
.github/workflows/update-subtree.yml
@@ -56,7 +56,7 @@ jobs:
56
# subtree/library as base.
57
SUBTREE_HEAD=$(git log --format=%s -n 1 origin/subtree/library)
58
echo "SUBTREE_HEAD: ${SUBTREE_HEAD}"
59
- UPSTREAM_ONTO=$(git log --grep=$SUBTREE_HEAD -n 1 --format=%H upstream/master)
+ UPSTREAM_ONTO=$(git log --grep="$SUBTREE_HEAD" -n 1 --format=%H upstream/master)
60
echo "UPSTREAM_ONTO: ${UPSTREAM_ONTO}"
61
62
git checkout ${COMMIT_HASH}
0 commit comments