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 aa9c17eCopy full SHA for aa9c17e
.github/workflows/command-block.yml
@@ -20,9 +20,9 @@ jobs:
20
with:
21
script: |
22
github.rest.issues.createComment({
23
- issue_number: context.issue.number,
24
owner: context.repo.owner,
25
repo: context.repo.repo,
+ issue_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