Skip to content

Commit

Permalink
fix warning (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidari authored Nov 1, 2024
1 parent f63fe93 commit 3c21bbc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/checkout@v4

- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: '.github/labeler.yml'

0 comments on commit 3c21bbc

Please sign in to comment.