From a7f5021c431a66e5d0ba85231bbd11eefe913d9d Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Thu, 27 Feb 2025 10:44:42 +0100 Subject: [PATCH] fix(docs): correct usage of steps It should be an array, not an object. --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4dcdeeadd3..9ef125c10f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,4 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/labeler@v4 + - uses: actions/labeler@v4