From 73b8b7dba4722e2388bedbdc84c112513df3984a Mon Sep 17 00:00:00 2001 From: Emanuel Ramos Date: Thu, 6 Jun 2024 13:19:17 +0100 Subject: [PATCH] update --- .github/workflows/release-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index a357a36..ae6c7e2 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -38,7 +38,7 @@ jobs: - name: Create branch with date and timestamp run: | - branch_name="update-changelog-$(date +"%Y%m%d%H%M%S")" + branch_name="task/update-changelog-$(date +"%Y%m%d%H%M%S")" git checkout -b $branch_name - name: Commit changes @@ -51,7 +51,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git - git push -u + git push --set-upstream origin $branch_name - name: Create Pull Request uses: peter-evans/create-pull-request@v5