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