Skip to content

Commit

Permalink
Merge pull request #149 from lorenzwalthert/assignUser-patch-1
Browse files Browse the repository at this point in the history
Fix comment workflow
  • Loading branch information
lorenzwalthert authored Oct 7, 2024
2 parents 459a6ce + db52da4 commit 473a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/comment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
var fs = require('fs');
var issue_number = Number(fs.readFileSync('./NR'));
var body = fs.readFileSync('./info.txt').toString();
await github.issues.createComment({
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue_number,
Expand Down

0 comments on commit 473a6e9

Please sign in to comment.