From 87372126abf30478a2578c1d87af2fb409b7e448 Mon Sep 17 00:00:00 2001 From: Vim USDS Date: Tue, 5 Apr 2022 19:27:57 -0700 Subject: [PATCH] Update the staging link URL and title --- .github/workflows/deploy_fe_staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_fe_staging.yml b/.github/workflows/deploy_fe_staging.yml index 6ae9b308..f723ae07 100644 --- a/.github/workflows/deploy_fe_staging.yml +++ b/.github/workflows/deploy_fe_staging.yml @@ -90,8 +90,8 @@ jobs: with: # Deploy to S3 for the staging URL message: | - **🚢 PR Deployed! 🚢** - Find it here: http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/justice40-tool/${{env.DESTINATION_FOLDER}}/en/cejst/ ! + **🚢 Here is the frontend staging link: 🚢** + Find it here: http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/justice40-tool/${{env.DESTINATION_FOLDER}}/en/ ! repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: "github-actions[bot]" # The user.login for temporary GitHub tokens allow-repeats: false # This is the default