This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
.github/workflows/test-link-rewrites.yml #451
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
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@f33b6376e1648fea794d7f4aa74dfe82e7fe48b8 | |
with: | |
repo-owner: "hashicorp" | |
repo-name: "waypoint" | |
commit-sha: ${{ github.sha }} | |
main-branch-preview-url: "https://waypoint-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://waypoint-git-docs-ambmigrate-link-formats-hashicorp.vercel.app/" |