Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix(multiple): Typo fix variable name #25
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 6, 2020
1 parent ee477be commit 8cdad16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const github = require('@actions/github');
await client.issues.createComment({
owner: context.issue.owner,
repo: context.issue.repo,
issue_number: contextissue.number,
issue_number: context.issue.number,
body: issueMessage
});
} else {
Expand Down

0 comments on commit 8cdad16

Please sign in to comment.