Skip to content

Commit

Permalink
chore(gh-actions): fix yml identation
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Jun 21, 2022
1 parent bfdb2c4 commit 1a70ed8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
permissions:
content: read
pull-request: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 1a70ed8

Please sign in to comment.