Skip to content

Commit

Permalink
build: filter labels before cherry picking
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Oct 28, 2024
1 parent a81fe71 commit 2de650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
token: ${{ steps.get_token.outputs.token }}
fetch-depth: 0

- name: Cherry-pick changes into ${{ steps.branch_name.outputs.branch }}
- name: Cherry-pick changes into ${{ steps.branch_name.outputs.branch }}
if: steps.branch_name.outputs.branch
run: |
git checkout ${{ steps.branch_name.outputs.branch }}
Expand Down

0 comments on commit 2de650a

Please sign in to comment.