Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Oct 9, 2024
1 parent e4de2c5 commit 94edeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repository-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
# Chery-pick from 'rc' into 'hotfix-rc'
git switch hotfix-rc
git cherry-pick --strategy-option=theirs -x $RC_COMMIT
git cherry-pick --allow-empty --strategy-option=theirs -x $RC_COMMIT
git push -u origin hotfix-rc
# Cherry-pick from 'main' into 'rc'
Expand Down

0 comments on commit 94edeec

Please sign in to comment.