From f4aac934f6c681fc880b8620498b29a6e7a6e34d Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 29 Jun 2021 16:36:08 -0300 Subject: [PATCH] update new workflow test 7 Signed-off-by: GuillaumeFalourd --- .github/workflows/26-create-release-branch-other-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/26-create-release-branch-other-repo.yml b/.github/workflows/26-create-release-branch-other-repo.yml index fb56e690fd..77cbbf71d1 100644 --- a/.github/workflows/26-create-release-branch-other-repo.yml +++ b/.github/workflows/26-create-release-branch-other-repo.yml @@ -22,5 +22,5 @@ jobs: git checkout -b test-${{ steps.vars.outputs.tag }} git config user.name github-actions git config user.email github-actions@github.com - git add . ; git commit -m "Creating new release according the Ritchie CLI tag ${{ steps.vars.outputs.tag }}" + # git add . ; git commit -m "Creating new release according the Ritchie CLI tag ${{ steps.vars.outputs.tag }}" git push origin test-${{ steps.vars.outputs.tag }}