From 77350d3b303bff994fe8a5fc4dd56f5446ccb171 Mon Sep 17 00:00:00 2001 From: Jeremy Zilar Date: Fri, 6 Mar 2020 17:06:30 -0500 Subject: [PATCH] Changing preview link text --- .github/workflows/pr-preview-link.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-preview-link.yml b/.github/workflows/pr-preview-link.yml index 4c5fbeda4c..98a45c277e 100644 --- a/.github/workflows/pr-preview-link.yml +++ b/.github/workflows/pr-preview-link.yml @@ -18,6 +18,6 @@ jobs: - name: Comment Pull Request uses: thollander/actions-comment-pull-request@1.0.0 with: - message: ':mag: [__view the preview__](https://federalist-466b7d92-5da1-4208-974f-d61fd4348571.app.cloud.gov/preview/gsa/digitalgov.gov/${{ github.head_ref }})' + message: ':mag: [__Preview in Federalist__](https://federalist-466b7d92-5da1-4208-974f-d61fd4348571.app.cloud.gov/preview/gsa/digitalgov.gov/${{ github.head_ref }})' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file +