From 71d1bb49da2f224a0d5e288af9df8f38a18bc7f2 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Thu, 23 Mar 2023 15:01:17 +0000 Subject: [PATCH] feat: naming branch per actions --- .github/workflows/generate_examples.yml | 4 ++-- .github/workflows/update_cve_and_docs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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