mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-24 22:25:16 +02:00
💚 Fix YAML indentation in actions
This commit is contained in:
parent
c1b5ec548f
commit
b32a7d4c91
10
.github/workflows/add-comment-from-tag.yml
vendored
10
.github/workflows/add-comment-from-tag.yml
vendored
@ -19,9 +19,11 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Label Commenter
|
||||||
|
|
||||||
- name: Label Commenter
|
- name: Label Commenter
|
||||||
uses: peaceiris/actions-label-commenter@v1
|
uses: peaceiris/actions-label-commenter@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
config_file: ./path_to/your_config.yml
|
||||||
config_file: ./path_to/your_config.yml
|
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
7
.github/workflows/auto-tag-pr.yml
vendored
7
.github/workflows/auto-tag-pr.yml
vendored
@ -11,7 +11,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: butlerlogic/action-autotag@stable
|
- uses: butlerlogic/action-autotag@stable
|
||||||
with:
|
with:
|
||||||
tag_prefix: v
|
GITHUB_TOKEN: '${{ secrets.BOT_GITHUB_TOKEN }}'
|
||||||
strategy: package
|
strategy: package
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
commit_message_template: "🔖 {{number}} {{message}} (by {{author}})\nSHA: {{sha}}\n."
|
||||||
commit_message_template: "🔖 {{number}} {{message}} (by {{author}})\nSHA: {{sha}}\n."
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user