Skip to content

Commit

Permalink
fix: set comment id when is created
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Nov 2, 2023
1 parent 2ca06e8 commit 435851e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
issue_number: issue_number,
body: 'Please approve this PR by reacting with an "ok" emoji to this comment.'
});
core.setOutput('result', comment.data.id);
return comment.data.id;
- name: Wait for Approval
Expand Down

0 comments on commit 435851e

Please sign in to comment.