Skip to content

Commit 6f096ee

Browse files
authored
Fix greeter (#82995)
Ughhh typo hell
1 parent e756551 commit 6f096ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/greet-first-time-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "comment_count=$comment_count" >> $GITHUB_OUTPUT
2929
3030
- name: Greet commenters with no previous comments
31-
if: steps.pr-check.outputs.comment_count == 1
31+
if: steps.pr-comment-check.outputs.comment_count == 1
3232
run: |
3333
# I have no earthly idea how to pass the commenter on from the previous run (I have tried), so let's just re-acquire it.
3434
commenter_name="${{ github.event.comment.user.login }}"

0 commit comments

Comments
 (0)