mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 04:35:33 +02:00
monthly-check: only close if found
This commit is contained in:
parent
c8c0685911
commit
a41f91be2d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/monthly-check.yml
vendored
2
.github/workflows/monthly-check.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
labels: check usernames
|
labels: check usernames
|
||||||
|
|
||||||
- name: Close last report open issue
|
- name: Close last report open issue
|
||||||
if: ${{ env.lychee_exit_code == 0 }}
|
if: ${{ env.lychee_exit_code == 0 && steps.last-issue.outputs.has-found == 'true' }}
|
||||||
uses: peter-evans/close-issue@v2
|
uses: peter-evans/close-issue@v2
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ steps.last-issue.outputs.issue-number }}
|
issue-number: ${{ steps.last-issue.outputs.issue-number }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue