We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3398f01 commit c5b55a8Copy full SHA for c5b55a8
.github/actions/status-comment/action.yml
@@ -35,7 +35,7 @@ runs:
35
if [[ -f "$FILE" ]]; then
36
cat "$FILE"
37
else
38
- echo "${{ input.body }}"
+ echo "${{ inputs.body }}"
39
fi
40
echo
41
echo "${{ steps.marker.outputs.marker }"
@@ -49,7 +49,7 @@ runs:
49
with:
50
issue-number: ${{ inputs.issue-number }}
51
comment-author: "github-actions[bot]"
52
- body-includes: ${{ steps.marker.outputs.marker }
+ body-includes: ${{ steps.marker.outputs.marker }}
53
54
- name: Create or update PR comment
55
if: github.event_name == 'pull_request' && steps.comment.outputs.comment-id != ''
0 commit comments