Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/check-broken-links.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
---
title: Website Contains Broken Links
labels:
- content
assignees:
- lenderom
---

## Broken Links Detected

Broken Link Checker found broken links on https://fipguide.org
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
--exclude "www.trenitalia.fr"
- uses: actions/checkout@v3
if: failure()
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: ${{ env.ISSUE_TEMPLATE }}
- name: Reopen issue and add comment
if: failure()
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue reopen 1001 || true
gh issue comment 1001 --body-file $ISSUE_TEMPLATE
Loading