diff --git a/.github/workflows/generate_examples.yml b/.github/workflows/generate_examples.yml index 5d3baeb..809ed4c 100644 --- a/.github/workflows/generate_examples.yml +++ b/.github/workflows/generate_examples.yml @@ -67,8 +67,8 @@ jobs: uses: devops-infra/action-commit-push@master with: github_token: "${{ secrets.GITHUB_TOKEN }}" - add_timestamp: false + add_timestamp: true commit_prefix: "[AUTO]" commit_message: "Updates result examples (via Actions)" force: false - target_branch: master \ No newline at end of file + target_branch: examples \ 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 71b76fd..27d616a 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -41,8 +41,8 @@ jobs: uses: devops-infra/action-commit-push@master with: github_token: "${{ secrets.GITHUB_TOKEN }}" - add_timestamp: false + add_timestamp: true commit_prefix: "[AUTO]" commit_message: "Updates CVE and docs (via Actions)" force: false - target_branch: master \ No newline at end of file + target_branch: cve-docs \ No newline at end of file