From cfeec1ec61cdee1e9151c879332d9c8bfbdd3eb8 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Tue, 28 Mar 2023 13:13:23 +0000 Subject: [PATCH] feat: send examples into examples branch --- .github/workflows/generate_mariadb_examples.yml | 6 +++--- .github/workflows/generate_mysql_examples.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/generate_mariadb_examples.yml b/.github/workflows/generate_mariadb_examples.yml index 2db6dbb..1b205c3 100644 --- a/.github/workflows/generate_mariadb_examples.yml +++ b/.github/workflows/generate_mariadb_examples.yml @@ -67,8 +67,8 @@ jobs: uses: devops-infra/action-commit-push@master with: github_token: "${{ secrets.GITHUB_TOKEN }}" - add_timestamp: true + add_timestamp: false commit_prefix: "[AUTO]" commit_message: "Updates MariaDb result examples (via Actions)" - force: false - target_branch: examples-mariadb-${{ matrix.MARIADB_VERSION }} \ No newline at end of file + force: true + target_branch: examples \ No newline at end of file diff --git a/.github/workflows/generate_mysql_examples.yml b/.github/workflows/generate_mysql_examples.yml index 9c4f3a1..221a027 100644 --- a/.github/workflows/generate_mysql_examples.yml +++ b/.github/workflows/generate_mysql_examples.yml @@ -67,8 +67,8 @@ jobs: uses: devops-infra/action-commit-push@master with: github_token: "${{ secrets.GITHUB_TOKEN }}" - add_timestamp: true + add_timestamp: false commit_prefix: "[AUTO]" commit_message: "Updates MySQL result examples (via Actions)" - force: false - target_branch: examples-mysql-${{ matrix.MYSQL_VERSION }} \ No newline at end of file + force: true + target_branch: examples \ No newline at end of file