diff --git a/.github/workflows/after-release.yml b/.github/workflows/after-release.yml index 03978c74f90..5aaff73c633 100644 --- a/.github/workflows/after-release.yml +++ b/.github/workflows/after-release.yml @@ -82,7 +82,7 @@ jobs: git checkout -b $branchName git add . - git commit -m "Update CHANGELOG`n`nUpdate CHANGELOG and samples for v${env:RELEASE_VERSION}." + git commit -m "Update CHANGELOG`n`nUpdate CHANGELOG and samples for v${env:RELEASE_VERSION}." -s git push -u origin $branchName "branch-name=${branchName}" >> ${env:GITHUB_OUTPUT} diff --git a/.github/workflows/on-push-do-docs.yml b/.github/workflows/on-push-do-docs.yml index 77b228fb618..698499f9fa5 100644 --- a/.github/workflows/on-push-do-docs.yml +++ b/.github/workflows/on-push-do-docs.yml @@ -73,7 +73,7 @@ jobs: git checkout -b $BranchName git add . - git commit -m "Update the code-snippets in the documentation" + git commit -m "Update the code-snippets in the documentation" -s git push -u origin $BranchName "updated-docs=true" >> ${env:GITHUB_OUTPUT}