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