From f729ee27c659173f03bb8e2c760e38d46cda77d8 Mon Sep 17 00:00:00 2001 From: Gergely Juhasz Date: Fri, 15 Nov 2024 10:44:24 +0100 Subject: [PATCH] feat(VersionLabels): update GHA step name (#28) camunda/team-automation-platform/issues/189 --- .github/workflows/set-version-labels-test.yml | 4 ++-- .github/workflows/set-version-labels.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/set-version-labels-test.yml b/.github/workflows/set-version-labels-test.yml index 900ace0..81407e6 100644 --- a/.github/workflows/set-version-labels-test.yml +++ b/.github/workflows/set-version-labels-test.yml @@ -8,12 +8,12 @@ on: required: true jobs: - version-label-automation-manual: + version-label-automation: runs-on: ubuntu-latest name: version-label-automation steps: - name: version-label-automation-step id: version-label-automation-step - uses: camunda/automation-platform-github-actions/version-label-automation-manual@Version-Labels-Automation + uses: camunda/automation-platform-github-actions/version-label-automation@Version-Labels-Automation with: issue: ${{ github.event.inputs.issue }} diff --git a/.github/workflows/set-version-labels.yml b/.github/workflows/set-version-labels.yml index 8477733..b69d3f7 100644 --- a/.github/workflows/set-version-labels.yml +++ b/.github/workflows/set-version-labels.yml @@ -6,13 +6,13 @@ on: - closed jobs: - version-label-automation-manual: + version-label-automation: runs-on: ubuntu-latest name: version-label-automation steps: - name: version-label-automation-step id: version-label-automation-step - uses: camunda/automation-platform-github-actions/version-label-automation-manual@Version-Labels-Automation + uses: camunda/automation-platform-github-actions/version-label-automation@Version-Labels-Automation with: issue-number: ${{ github.event.issue.number }} repo-token: ${{ secrets.GITHUB_TOKEN }}