mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 08:15:46 +00:00
🐛 Fix the duplicate action row
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user