ci: fix redpen release name
This commit is contained in:
2
.github/workflows/depup.yml
vendored
2
.github/workflows/depup.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
title: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
|
title: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
|
||||||
commit-message: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
|
commit-message: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
|
||||||
body: |
|
body: |
|
||||||
Update ${{ steps.depup.outputs.repo }} to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/v${{ steps.depup.outputs.latest }})
|
Update ${{ steps.depup.outputs.repo }} to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/redpen-${{ steps.depup.outputs.latest }})
|
||||||
|
|
||||||
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).
|
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).
|
||||||
branch: depup/${{ steps.depup.outputs.repo }}
|
branch: depup/${{ steps.depup.outputs.repo }}
|
||||||
|
|||||||
Reference in New Issue
Block a user