From b7c18a2d0bf561c4a4ce33d52c13edac4b347e42 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Tue, 27 Feb 2024 13:31:25 +0000 Subject: [PATCH] chore(actions): merge from template .github/workflows/update_readme_api.yml --- .github/workflows/update_readme_api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_readme_api.yml b/.github/workflows/update_readme_api.yml index 4ce43df1..1740e83d 100644 --- a/.github/workflows/update_readme_api.yml +++ b/.github/workflows/update_readme_api.yml @@ -1,5 +1,5 @@ name: API to readme -'on': +on: schedule: - cron: 31 14 * * 6 push: @@ -22,4 +22,4 @@ jobs: path: README.md title: Sync API into README branch: readme-api - commit-message: 'docs(README): sync API' + commit-message: "docs(README): sync API"