mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Fix syntax for bash script (#12621)
This commit is contained in:
1
.github/workflows/repository-management.yml
vendored
1
.github/workflows/repository-management.yml
vendored
@@ -490,6 +490,7 @@ jobs:
|
|||||||
git cherry-pick --strategy-option=theirs -x $SOURCE_COMMIT
|
git cherry-pick --strategy-option=theirs -x $SOURCE_COMMIT
|
||||||
git push -u origin $destination_branch
|
git push -u origin $destination_branch
|
||||||
fi
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
# Cherry-pick from 'main' into 'rc'
|
# Cherry-pick from 'main' into 'rc'
|
||||||
cherry_pick browser main rc
|
cherry_pick browser main rc
|
||||||
|
|||||||
Reference in New Issue
Block a user