We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9823c04 commit 0bab540Copy full SHA for 0bab540
.github/workflows/command-block.yml
@@ -19,10 +19,10 @@ jobs:
19
- uses: actions/[email protected]
20
with:
21
script: |
22
- github.rest.issues.createComment({
23
- issue_number: context.issue.number,
+ github.rest.pulls.createComment({
24
owner: context.repo.owner,
25
repo: context.repo.repo,
+ pull_number: context.issue.number,
26
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
27
'As we autogenerate these command pages from the help information defined with the command after each release:\n'+
28
'- If you already updated the command help, you are already done!\n'+
0 commit comments