feat: optimize actions

This commit is contained in:
源文雨
2023-09-23 13:57:39 +09:00
parent 937d748c67
commit 83feaa7300
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ jobs:
uses: superbrothers/close-pull-request@v3
with:
# Optional. Post a issue comment just before closing a pull request.
comment: "Invalid PR to non-dev branch ${{ github.event.pull_request.base.ref }}."
comment: "Invalid PR to `non-dev` branch `${{ github.event.pull_request.base.ref }}`."
pull_format:
runs-on: ubuntu-latest