mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 00:30:01 +00:00
💚 Fix broken path to config file
This commit is contained in:
@@ -23,5 +23,5 @@ jobs:
|
|||||||
- name: Label Commenter
|
- name: Label Commenter
|
||||||
uses: peaceiris/actions-label-commenter@v1
|
uses: peaceiris/actions-label-commenter@v1
|
||||||
with:
|
with:
|
||||||
config_file: ./path_to/your_config.yml
|
config_file: .github/issue-auto-comments.yml
|
||||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user