chore: chore
This commit is contained in:
@@ -7,21 +7,22 @@ on:
|
|||||||
- main # Or your default branch
|
- main # Or your default branch
|
||||||
paths:
|
paths:
|
||||||
- 'Projects/kompose/**'
|
- 'Projects/kompose/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ contains(github.event.head_commit.message, `#bot-message: `) }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
|
||||||
with:
|
with:
|
||||||
path: home
|
path: home
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
|
||||||
with:
|
with:
|
||||||
repository: valknar/kompose
|
repository: valknar/kompose
|
||||||
ref: main
|
ref: main
|
||||||
path: kompose
|
path: kompose
|
||||||
- name: Commit and push changes (if any)
|
- name: Commit and push changes (if any)
|
||||||
|
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
|
||||||
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: ') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user