From cc6721c4e0e120d4643e0a54bb391204f55cb9cd Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 30 Jul 2024 15:35:25 -0400 Subject: [PATCH] Update input names Signed-off-by: Andrew W. Harn --- .github/workflows/auto-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index 671fe0d7..ad4e1974 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -14,5 +14,5 @@ jobs: - name: Process Label Action uses: dessant/label-actions@v4 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: '.github/label-actions.yml' + github-token: ${{ secrets.GITHUB_TOKEN }} + config-path: '.github/label-actions.yml'