mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-17 16:20:02 +00:00
💚 Fix YAML indentation in actions
This commit is contained in:
@@ -20,8 +20,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Label Commenter
|
||||
|
||||
- name: Label Commenter
|
||||
uses: peaceiris/actions-label-commenter@v1
|
||||
with:
|
||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
config_file: ./path_to/your_config.yml
|
||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
|
||||
@@ -11,7 +11,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: butlerlogic/action-autotag@stable
|
||||
with:
|
||||
tag_prefix: v
|
||||
GITHUB_TOKEN: '${{ secrets.BOT_GITHUB_TOKEN }}'
|
||||
strategy: package
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
commit_message_template: "🔖 {{number}} {{message}} (by {{author}})\nSHA: {{sha}}\n."
|
||||
Reference in New Issue
Block a user