Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Feb 19, 2025
1 parent 999a71c commit 055894e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-subtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# subtree/library as base.
SUBTREE_HEAD=$(git log --format=%s -n 1 origin/subtree/library)
echo "SUBTREE_HEAD: ${SUBTREE_HEAD}"
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)
echo "UPSTREAM_ONTO: ${UPSTREAM_ONTO}"
git checkout ${COMMIT_HASH}
Expand Down

0 comments on commit 055894e

Please sign in to comment.