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 b54a2fb commit c9fa307Copy full SHA for c9fa307
.github/workflows/update-subtree.yml
@@ -78,7 +78,7 @@ jobs:
78
echo "Nothing to cherry-pick, ${UPSTREAM_FROM} matches ${UPSTREAM_HEAD} (${SUBTREE_HEAD_MSG})"
79
echo "MERGE_CONFLICTS=noop" >> $GITHUB_ENV
80
else
81
- git cherry-pick ${UPSTREAM_FROM}..rust-filtered/subtree/library; then
+ git cherry-pick ${UPSTREAM_FROM}..rust-filtered/subtree/library
82
echo "MERGE_CONFLICTS=maybe" >> $GITHUB_ENV
83
fi
84
0 commit comments