chore: chore
This commit is contained in:
@@ -11,7 +11,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ contains(github.event.head_commit.message, '#bot-message:') }}
|
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Commit and push changes (if any)
|
- name: Commit and push changes (if any)
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
CI_COMMIT_MESSAGE: "${{ replace(github.event.head_commit.message, '#bot-message:') }}"
|
CI_COMMIT_MESSAGE: "${{ replace(github.event.head_commit.message, '#bot-message: ') }}"
|
||||||
CI_COMMIT_AUTHOR: technitz[bot]@valknar/kompose
|
CI_COMMIT_AUTHOR: technitz[bot]@valknar/kompose
|
||||||
CI_COMMIT_EMAIL: admin@pivoine.art
|
CI_COMMIT_EMAIL: admin@pivoine.art
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user