From 98e128f9a7cc9d948a710b6d6c18d331609ebe69 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 8 Feb 2024 14:50:50 -0500 Subject: [PATCH] Fix job name in the `auto-cherry-pick.yml` **Auto-cherry-pick to `6.2.x` & `6.1.x`** --- .github/workflows/auto-cherry-pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-cherry-pick.yml b/.github/workflows/auto-cherry-pick.yml index a57d8408c0..f8dad27ace 100644 --- a/.github/workflows/auto-cherry-pick.yml +++ b/.github/workflows/auto-cherry-pick.yml @@ -7,7 +7,7 @@ on: - '*.x' jobs: - backport-issue: + cherry-pick-commit: uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main secrets: GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} \ No newline at end of file