From 8b8228565c8942ce3d5d560cc6559aaaeaef8aa8 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Thu, 23 Mar 2023 15:08:25 +0000 Subject: [PATCH] fix: cleanup code --- .github/workflows/generate_examples.yml | 3 +-- .github/workflows/update_cve_and_docs.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate_examples.yml b/.github/workflows/generate_examples.yml index 809ed4c..09dbd94 100644 --- a/.github/workflows/generate_examples.yml +++ b/.github/workflows/generate_examples.yml @@ -61,7 +61,6 @@ jobs: - name: Adding examples to Git run: | git add ./examples/github/result/mysql/${{ matrix.MYSQL_VERSION }}/* || true - sleep $[ ( $RANDOM % 10 ) + 1 ]s - name: Run the Action Commit uses: devops-infra/action-commit-push@master @@ -71,4 +70,4 @@ jobs: commit_prefix: "[AUTO]" commit_message: "Updates result examples (via Actions)" force: false - target_branch: examples \ No newline at end of file + target_branch: examples-mysql-${{ matrix.MYSQL_VERSION }} \ No newline at end of file diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index 27d616a..82b106e 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -45,4 +45,4 @@ jobs: commit_prefix: "[AUTO]" commit_message: "Updates CVE and docs (via Actions)" force: false - target_branch: cve-docs \ No newline at end of file + target_branch: "cve-docs" \ No newline at end of file