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
paths:
- 'Projects/kompose/**'
jobs:
build:
runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, `#bot-message: `) }}
steps:
- uses: actions/checkout@v4
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
with:
path: home
- uses: actions/checkout@v4
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
with:
repository: valknar/kompose
ref: main
path: kompose
- name: Commit and push changes (if any)
if: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
shell: bash
env:
CI_COMMIT_MESSAGE: "${{ replace(github.event.head_commit.message, '#bot-message: ') }}"