Skip to content

Commit aa9c17e

Browse files
committed
Fix command-block workflow
1 parent 9823c04 commit aa9c17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/command-block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
script: |
2222
github.rest.issues.createComment({
23-
issue_number: context.issue.number,
2423
owner: context.repo.owner,
2524
repo: context.repo.repo,
25+
issue_number: context.issue.number,
2626
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
2727
'As we autogenerate these command pages from the help information defined with the command after each release:\n'+
2828
'- If you already updated the command help, you are already done!\n'+

0 commit comments

Comments
 (0)