chore: chore

This commit is contained in:
2025-10-11 12:55:35 +02:00
parent f516a53af6
commit d92ab1cd19

View File

@@ -7,22 +7,22 @@ on:
- main # Or your default branch
paths:
- 'Projects/kompose/**'
env:
BOT_MESSAGE: ${{ contains(github.event.head_commit.message, '#bot-message: ') }}
jobs:
build:
runs-on: ubuntu-latest
if: ${{ vars.BOT_MESSAGE == 'true' }}
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: ') }}"