Skip to content

Commit bae218c

Browse files
authored
docs: update outputs with comment-node-id
1 parent 3eae4d3 commit bae218c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The action will output the comment ID of the comment matching the search criteri
9292

9393
#### Outputs
9494

95-
The `comment-id`, `comment-body`, `comment-author` and `comment-created-at` of the matching comment found will be output for use in later steps.
95+
The `comment-id`, `comment-node-id`, `comment-body`, `comment-author` and `comment-created-at` of the matching comment found will be output for use in later steps.
9696
They will be empty strings if no matching comment was found.
9797
Note that in order to read the step outputs the action step must have an id.
9898

@@ -108,6 +108,7 @@ e.g. If `comment-id` is an empty string `steps.fc.outputs.comment-id == 0` evalu
108108
body-includes: search string 1
109109
- run: |
110110
echo ${{ steps.fc.outputs.comment-id }}
111+
echo ${{ steps.fc.outputs.comment-node-id }}
111112
echo ${{ steps.fc.outputs.comment-body }}
112113
echo ${{ steps.fc.outputs.comment-author }}
113114
echo ${{ steps.fc.outputs.comment-created-at }}

0 commit comments

Comments
 (0)