You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/24 12:23:16 UTC

[camel] 02/02: (chores) ci: fixed incorrect step name

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1f1ae1efa8614afa9469097ac8393ddd0171dff1
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Apr 24 14:22:49 2023 +0200

    (chores) ci: fixed incorrect step name
---
 .github/workflows/generic-pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generic-pr.yaml b/.github/workflows/generic-pr.yaml
index 1de28b2d550..90cf3ae71c5 100644
--- a/.github/workflows/generic-pr.yaml
+++ b/.github/workflows/generic-pr.yaml
@@ -54,7 +54,7 @@ jobs:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/generic-pr/label-config-main.yml
           sync-labels: true
-      - name: Label changes scope (Camel 4)
+      - name: Label changes scope (Camel 3)
         if: github.ref == 'refs/heads/camel-3.x'
         uses: actions/labeler@v4.0.2
         with: