From 3417bc997fcee6b01b75c07ecb1ef48454d935f1 Mon Sep 17 00:00:00 2001 From: codycooperross <50597551+codycooperross@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:28:29 -0400 Subject: [PATCH] Update update_label.yml --- .github/workflows/update_label.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update_label.yml b/.github/workflows/update_label.yml index 960d89a..9672ba8 100644 --- a/.github/workflows/update_label.yml +++ b/.github/workflows/update_label.yml @@ -8,11 +8,10 @@ jobs: permissions: issues: write steps: - - run: gh label edit "$NAME" --name "$NEW_NAME" -c $NEW_COLOR -d "$NEW_DESCRIPTION" -R datacite/product-suggestions-triage + - run: gh label edit "$NAME" --name "$NEW_NAME" -c $NEW_COLOR -R datacite/product-suggestions-triage env: GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_REPO: ${{ github.repository }} NAME: ${{ github.event.label.name }} NEW_NAME: ${{ github.event.changes.name }} NEW_COLOR: ${{ github.event.changes.color }} - NEW_DESCRIPTION: ${{ github.event.changes.description }}