feat: naming branch per actions
This commit is contained in:
parent
326f9fe1cc
commit
71d1bb49da
2 changed files with 4 additions and 4 deletions
4
.github/workflows/generate_examples.yml
vendored
4
.github/workflows/generate_examples.yml
vendored
|
@ -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
|
||||
target_branch: examples
|
4
.github/workflows/update_cve_and_docs.yml
vendored
4
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -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
|
||||
target_branch: cve-docs
|
Loading…
Reference in a new issue