Update build_doc.yml

This commit is contained in:
Laurent Rineau 2020-10-05 13:06:15 +02:00 committed by GitHub
parent f88c0dec4a
commit 0635d8992a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,6 +88,6 @@ jobs:
github.issues.createComment({
owner: "CGAL",
repo: "cgal",
issue_number: pr_number,
issue_number: ${{ github.payload.issue.number }},
body: address
});