fix: Rename 使用非指定的模式可能产生的报错

This commit is contained in:
EstrellaXD
2023-05-20 23:24:24 +08:00
parent 15c9bf3b7a
commit 4b4865ff20
5 changed files with 9 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Generate pull request body
id: pr
run: |
echo "::set-output name=body::$(git log --format='* %s' $(git describe --tags --abbrev=0)..HEAD)"
echo "docs/changelog/${{ github.ref }}.md"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with: