From 1549a5bd64e36959cb5a94233768d2d05691445f Mon Sep 17 00:00:00 2001 From: Julien Malard-Adam Date: Sat, 24 Sep 2022 23:14:31 +0200 Subject: [PATCH] Delete enlaces.yml --- .github/workflows/enlaces.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/enlaces.yml diff --git a/.github/workflows/enlaces.yml b/.github/workflows/enlaces.yml deleted file mode 100644 index a459a5d4..00000000 --- a/.github/workflows/enlaces.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Links - -on: - repository_dispatch: - workflow_dispatch: - schedule: - - cron: "00 18 * * *" - -jobs: - linkChecker: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Link Checker - id: lychee - uses: lycheeverse/lychee-action@v1.5.1 - with: - args: --headers "accept=text/html" - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - - name: Create Issue From File - if: steps.lychee.outputs.exit_code != 0 - uses: peter-evans/create-issue-from-file@v4 - with: - title: Link Checker Report - content-filepath: ./lychee/out.md - labels: report, automated issue