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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: butlerlogic/action-autotag@stable
|
|
||||||
- name: Label Fixed Issues
|
- name: Label Fixed Issues
|
||||||
uses: gh-bot/fix-labeler@master
|
uses: gh-bot/fix-labeler@master
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
label: '✅ Fixed'
|
label: '✅ Fixed'
|
||||||
|
|
Loading…
Reference in New Issue