mirror of https://github.com/CGAL/cgal
Fix the workflow
This commit is contained in:
parent
606f5ef7dd
commit
74af3e7d33
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
script: |
|
script: |
|
||||||
const asso = context.payload.comment.author_association
|
const asso = context.payload.comment.author_association
|
||||||
if(asso == 'OWNER' || asso == 'COLLABORATOR') {
|
if(asso == 'OWNER' || asso == 'MEMBER') {
|
||||||
const body = context.payload.comment.body
|
const body = context.payload.comment.body
|
||||||
if(body.includes("build:")) {
|
if(body.includes("build:")) {
|
||||||
return body.replace('build:','')
|
return body.replace('build:','')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue