mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:55:46 +02:00
build(deps): use gh
CLI instead of peter-evans/close-issue
(#13825)
* build(deps): bump peter-evans/close-issue from 2 to 3 Bumps [peter-evans/close-issue](https://github.com/peter-evans/close-issue) from 2 to 3. - [Release notes](https://github.com/peter-evans/close-issue/releases) - [Commits](https://github.com/peter-evans/close-issue/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/close-issue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update monthly-check.yml Do not use the Action anymore, but use `gh cli` directly --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
c539230d38
commit
92deb9e3b2
1 changed files with 1 additions and 3 deletions
4
.github/workflows/monthly-check.yml
vendored
4
.github/workflows/monthly-check.yml
vendored
|
@ -59,9 +59,7 @@ jobs:
|
|||
|
||||
- name: Close last report open issue
|
||||
if: ${{ env.lychee_exit_code == 0 && steps.last-issue.outputs.has-found == 'true' }}
|
||||
uses: peter-evans/close-issue@v2
|
||||
with:
|
||||
issue-number: ${{ steps.last-issue.outputs.issue-number }}
|
||||
run: gh issue close ${{ steps.last-issue.outputs.issue-number }}
|
||||
|
||||
- name: Save lychee cache
|
||||
uses: actions/cache/save@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue