From b192e8bffbbe4f265ff1dfe66f95c4ab69c3fb09 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Thu, 21 Nov 2024 16:50:41 +0300 Subject: [PATCH] Sync labels fix --- .github/workflows/sync_labels.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index 8b28643..37e62b2 100644 --- a/.github/workflows/sync_labels.yml +++ b/.github/workflows/sync_labels.yml @@ -3,7 +3,7 @@ name: Sync labels on: workflow_dispatch: inputs: - repository: + repo: description: 'Repository' required: true type: choice @@ -34,5 +34,6 @@ jobs: with: manifest: .github/labels.yml repository: | - ${{ inputs.repository }} + ${{ inputs.repo }} + rehlds/.github token: ${{ secrets.REHLDS_LABELS_PAT }}