mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update changelog.yml
This commit is contained in:
parent
a88dad5133
commit
68d811fdc3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/changelog.yml
vendored
4
.github/workflows/changelog.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Create branch for changelog
|
||||
run: |
|
||||
BRANCH_NAME="changelog-update-${{ steps.random-string.outputs.RANDOM_BRANCH_HASH }}"
|
||||
git checkout -b "$BRANCH_NAME"
|
||||
git checkout -b ${{ env.BRANCH_NAME }}
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
- name: Push changelog branch
|
||||
run: |
|
||||
git push origin "$BRANCH_NAME"
|
||||
git push origin ${{ env.BRANCH_NAME }}
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue