From e20d663ef790cc72c131f71da359a7032cd8276e Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Sun, 15 Sep 2024 22:24:29 +0200 Subject: [PATCH] update --- .github/workflows/build_doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_doc.yml b/.github/workflows/build_doc.yml index fa8b803f041..017e8b66e88 100644 --- a/.github/workflows/build_doc.yml +++ b/.github/workflows/build_doc.yml @@ -76,7 +76,7 @@ jobs: with: result-encoding: string script: | - if ( context.payload.inputs.doc_version ) { + if ( context.payload.input && context.payload.inputs.doc_version ) { return context.payload.inputs.doc_version } const body = context.payload.comment.body