mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-29 06:45:43 +00:00
misc: update broken link detector
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
b7ec63edf3
commit
8722121002
2
.github/workflows/link-check.yml
vendored
2
.github/workflows/link-check.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
- name: Find Link Checker Issue
|
||||
id: link-checker-issue
|
||||
uses: micalevisk/last-issue-action@0d40124cc99ac8601c2516007f0c98ef3d27537b # v2.3.0
|
||||
if: env.lychee_exit_code != 0
|
||||
with:
|
||||
state: open
|
||||
labels: |
|
||||
@ -39,6 +40,7 @@ jobs:
|
||||
|
||||
- name: Update Issue
|
||||
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # renovate: tag=v4.0.1
|
||||
if: env.lychee_exit_code != 0
|
||||
with:
|
||||
title: Broken links detected 🔗
|
||||
issue-number: "${{ steps.link-checker-issue.outputs.issue-number }}"
|
||||
|
Loading…
Reference in New Issue
Block a user