From 9feb47bc6fb66ab7af9483ffabf663a749918fe4 Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:55:04 +0200 Subject: [PATCH] Update readme-update.yml --- .github/workflows/readme-update.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/readme-update.yml b/.github/workflows/readme-update.yml index 416cab22..eb3b2f86 100644 --- a/.github/workflows/readme-update.yml +++ b/.github/workflows/readme-update.yml @@ -3,14 +3,15 @@ name: Update README on: push: branches: - - main + - docs paths: - - examples/** - - docker-compose.yaml - - .github/templates/README.template.md + - .github/templates/** jobs: update: uses: codeshelldev/gh-actions/.github/workflows/readme-update.yml@main + name: Update + with: + output-branch: main secrets: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}