Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Nov 14, 2023
1 parent b35bb2f commit 299f700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ jobs:
for label in $labels; do
if [[ $label == "cp-$branch" ]]; then
echo $branch
filtered_branches+=("$branch")
fi
done
done
echo -n "$filtered_branches" | jq -cRs 'split("\n")'
echo "target_branch=$(echo -n "$filtered_branches" | jq -cRs 'split("\n")')" >> $GITHUB_OUTPUT
cherry_pick:
Expand Down

0 comments on commit 299f700

Please sign in to comment.