Skip to content

Commit

Permalink
fix-label-name
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
Vitor Bandeira committed Jul 30, 2024
1 parent 05cf66d commit 8ebba80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions-update-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
- name: Remove label from PR
if: always()
uses: actions-ecosystem/action-remove-labels@v1
env:
LABEL: ${{ github.event.label.name }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "${{ github.event.label.name }}"
labels: "${LABEL}"

0 comments on commit 8ebba80

Please sign in to comment.