From 30ae20652634ebe08997207d38bfbedcc3d3e4b5 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Fri, 5 Jan 2024 06:56:41 -0800 Subject: [PATCH] Fix the inputs to match the inputs for deploy-web.yml (#7452) --- .github/workflows/build-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 7172ecb520..2598758ee4 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -322,7 +322,7 @@ jobs: ref: 'main', inputs: { environment: 'USDEV', - tag: 'main' + branch-or-tag: 'main' } })