diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 241d7f7..1c7a413 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,11 +33,11 @@ jobs: git checkout preproduction git checkout -b ${branch_name} + git push --force-with-lease origin ${branch_name} + git cherry-pick "${sha}" git status -# git push --force-with-lease origin ${branch_name} - # echo "done" - name: Create Pull Request