Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix committed Jun 6, 2024
1 parent 5ec5d28 commit 73b8b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 73b8b7d

Please sign in to comment.