Skip to content

Commit b88a180

Browse files
committed
fix help command
1 parent 51298b4 commit b88a180

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/help-command.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ jobs:
8484
'For more information, see the [React on Rails Tutorial documentation](https://github.com/shakacode/react-on-rails/tree/master/react-webpack-rails-tutorial)'
8585
].join('\n');
8686
87-
console.log('Issue number:', context.issue.number);
88-
console.log('Owner:', context.repo.owner);
89-
console.log('Repo:', context.repo.repo);
90-
9187
await github.rest.issues.createComment({
9288
owner: context.repo.owner,
9389
repo: context.repo.repo,

0 commit comments

Comments
 (0)