From c6dc26e6329a225adf029f09527b50554c4eb421 Mon Sep 17 00:00:00 2001 From: Rafael Rivera Date: Mon, 6 Jan 2025 13:50:03 -0800 Subject: [PATCH] Update web workflow to use external origin --- .github/workflows/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 9c76e731e1..8c691762f6 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -71,6 +71,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" + git remote set-url origin https://github.com/${{ github.repository }} $status = git status --porcelain if ($status) {