chore: chore

This commit is contained in:
2025-10-11 12:50:16 +02:00
parent 9bcc2403c2
commit f516a53af6

View File

@@ -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: ') }}"