mirror of https://github.com/CGAL/cgal
update
This commit is contained in:
parent
71dd7188fa
commit
e20d663ef7
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
script: |
|
script: |
|
||||||
if ( context.payload.inputs.doc_version ) {
|
if ( context.payload.input && context.payload.inputs.doc_version ) {
|
||||||
return context.payload.inputs.doc_version
|
return context.payload.inputs.doc_version
|
||||||
}
|
}
|
||||||
const body = context.payload.comment.body
|
const body = context.payload.comment.body
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue