Test Link Rewrites #933
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Link Rewrites | |
on: [deployment_status] | |
jobs: | |
test-link-rewrites: | |
if: github.event.deployment_status.state == 'success' | |
uses: hashicorp/dev-portal/.github/workflows/docs-content-link-rewrites-e2e.yml@2aceb60125f6c15f4c8dbe2e4d79148047bfa437 | |
with: | |
repo-owner: "hashicorp" | |
repo-name: "consul" | |
commit-sha: ${{ github.sha }} | |
main-branch-preview-url: "https://consul-git-main-hashicorp.vercel.app/" | |
# Workflow is only intended to run for one single migration PR | |
# This variable does not need to be updated | |
pr-branch-preview-url: "https://consul-git-docs-ambmigrate-link-formats-hashicorp.vercel.app/" |