Skip to content

Commit

Permalink
Merge pull request #59 from reviewdog/haya14busa-patch-1
Browse files Browse the repository at this point in the history
Fix depup link
  • Loading branch information
haya14busa committed Jun 8, 2024
2 parents 8a1ef8f + b98c531 commit 8838cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
title: "chore(deps): update markdownlint-cli to ${{ steps.depup.outputs.latest }}"
commit-message: "chore(deps): update markdownlint-cli to ${{ steps.depup.outputs.latest }}"
body: |
Update markdownlint-cli to [v${{ steps.depup.outputs.latest }}](https://github.com/DavidAnson/reviewdog/markdownlint-cli/tag/v${{ steps.depup.outputs.latest }})
Compare [v${{ steps.depup.outputs.current }}...v${{ steps.depup.outputs.latest }}](https://github.com/DavidAnson/markdownlint-cli/compare/v${{ steps.depup.outputs.current }}...v${{ steps.depup.outputs.latest }})
Update markdownlint-cli to [v${{ steps.depup.outputs.latest }}](https://github.com/igorshubovych/markdownlint-cli/tag/v${{ steps.depup.outputs.latest }})
Compare [v${{ steps.depup.outputs.current }}...v${{ steps.depup.outputs.latest }}](https://github.com/igorshubovych/markdownlint-cli/compare/v${{ steps.depup.outputs.current }}...v${{ steps.depup.outputs.latest }})
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3Adepup).
branch: depup/markdownlint-cli
Expand Down

0 comments on commit 8838cff

Please sign in to comment.