Skip to content

Bump hashicorp/google from 4.76.0 to 4.80.0 in /gcp #2593

Bump hashicorp/google from 4.76.0 to 4.80.0 in /gcp

Bump hashicorp/google from 4.76.0 to 4.80.0 in /gcp #2593

Workflow file for this run

name: Dead Link Checker
on:
repository_dispatch:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-file "config/.lycheeignore" -r 2 './**/*.md' './**/*.html'
fail: true
- 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