From 690869d2573e4238cea6de6975235733962b790c Mon Sep 17 00:00:00 2001 From: Liz Fong-Jones Date: Mon, 11 Dec 2023 01:50:11 -0500 Subject: [PATCH] Update apply-labels.yml --- .github/workflows/apply-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apply-labels.yml b/.github/workflows/apply-labels.yml index d329321..f6fd85a 100644 --- a/.github/workflows/apply-labels.yml +++ b/.github/workflows/apply-labels.yml @@ -5,6 +5,6 @@ jobs: runs-on: ubuntu-latest name: Apply common project labels steps: - - uses: honeycombio/oss-management-actions/labels@v1 + - uses: honeycombio/oss-management/labels@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }}