From 1df5ee05c9c0b7d62a98fccee16cc77d36079659 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 12 Apr 2024 21:43:09 +0000 Subject: [PATCH] added types --- .github/workflows/netlify.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/netlify.yaml b/.github/workflows/netlify.yaml index 365c75a7..d195c453 100644 --- a/.github/workflows/netlify.yaml +++ b/.github/workflows/netlify.yaml @@ -4,12 +4,16 @@ on: inputs: pr_number: required: true + type: number pr_head_full_name: required: true + type: string pr_head_ref: required: true + type: string deployment_ref: required: true + type: string secrets: ELEMENT_BOT_TOKEN: required: true