Merge pull request #13068 from hashicorp/amb.upgrade-link-format-workflow

[check-legacy-links-format] Upgrading to latest workflow
This commit is contained in:
Ashlee M Boyer 2023-01-23 17:47:19 -06:00 committed by GitHub
commit 1f2ad2fc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,15 @@ name: Legacy Link Format Checker
on:
push:
paths:
- 'website/content/**/*.mdx'
- 'website/data/*-nav-data.json'
- "website/content/**/*.mdx"
- "website/data/*-nav-data.json"
jobs:
check-links:
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@d7c2fceac2dc41e3f857f1ce7c344141fd6a13dd
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490
with:
repo-owner: 'hashicorp'
repo-name: 'vagrant'
repo-owner: "hashicorp"
repo-name: "vagrant"
commit-sha: ${{ github.sha }}
mdx-directory: 'website/content'
nav-data-directory: 'website/data'
mdx-directory: "website/content"
nav-data-directory: "website/data"