mirror of https://github.com/Lissy93/dashy.git
🐛 Fix the duplicate action row
This commit is contained in:
parent
02ec759c03
commit
76de2b96f4
|
@ -19,9 +19,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: butlerlogic/action-autotag@stable
|
||||
- name: Label Fixed Issues
|
||||
uses: gh-bot/fix-labeler@master
|
||||
with:
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
label: '✅ Fixed'
|
||||
label: '✅ Fixed'
|
||||
|
|
Loading…
Reference in New Issue