wkf exp
This commit is contained in:
parent
18c361ce7f
commit
0a056599a3
4
.github/workflows/rest-description.yml
vendored
4
.github/workflows/rest-description.yml
vendored
|
@ -12,10 +12,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const title = `${{ github.event.issue.title }} !`
|
const title = `${{ github.event.issue.title }} !`
|
||||||
|
const body = `updated\n${{ github.event.issue.body }}`
|
||||||
github.issues.update({
|
github.issues.update({
|
||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
title: title
|
title: title,
|
||||||
|
body: body
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user