From 24ddd86918cfa4a00ec75b2037700b7b268bb1a4 Mon Sep 17 00:00:00 2001 From: MongoCaleb <32645888+MongoCaleb@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:44:40 -0800 Subject: [PATCH] update to new Netlify url pattern (#876) * update to new Netlify url pattern * add file to test action * add dummy file to source dir * test will only work in main repo --- .github/workflows/add-netlify-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-netlify-links.yml b/.github/workflows/add-netlify-links.yml index 0b4dfd2e8..6b359736e 100644 --- a/.github/workflows/add-netlify-links.yml +++ b/.github/workflows/add-netlify-links.yml @@ -23,7 +23,7 @@ jobs: id: build_page_links run: | new_links="" - base_link='https://deploy-preview-${{ github.event.number }}--app-services.netlify.app' + base_link='https://deploy-preview-${{ github.event.number }}--docs-app-services.netlify.app' changed_files=${{ steps.changed-files.outputs.all_changed_files }} files=$(echo $changed_files | tr "," "\n") for file in $files; do