diff --git a/.github/workflows/ci-kiwi-9-compliant.yml b/.github/workflows/ci-kiwi-9-compliant.yml index 1adde26911a..15f219869c2 100644 --- a/.github/workflows/ci-kiwi-9-compliant.yml +++ b/.github/workflows/ci-kiwi-9-compliant.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run rebase - run: git fetch --all; git config user.email cherrypick@action.com; git config user.name git_action; git checkout master; git log --pretty=oneline --no-merges "origin/master..origin/${GITHUB_HEAD_REF}" | cut -f1 -d " " | head -n -1 > commit.list; git cherry-pick $(tac commit.list | tr "\n" " ") + run: git fetch --all; git config user.email cherrypick@action.com; git config user.name git_action; git checkout master; git log --pretty=oneline --no-merges "origin/master..origin/${GITHUB_HEAD_REF}" | cut -f1 -d " " | head -n -1 | grep -v ec01a903a0cfa5cacc41749fbe755e772f0588b3 > commit.list; git cherry-pick $(tac commit.list | tr "\n" " ")