From f869e31c75ad77358e1ee64fdc064a8016bad75e Mon Sep 17 00:00:00 2001 From: Cesar Varela Date: Mon, 15 Apr 2024 21:50:24 -0300 Subject: [PATCH] fsdfsf --- .github/workflows/test-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 79bc8f71d3..a1ea584841 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -10,6 +10,10 @@ on: description: The SHA of the commit to build type: string required: true + netlify-context: + description: The Netlify context use when building + type: string + required: true runner-label: description: The label of the runner to use type: string