Skip to content

Commit

Permalink
membership should be pull_request actor
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Oct 2, 2023
1 parent 5e63cd8 commit 4c09781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: true
user:
description: "The username"
default: ${{ github.actor }}
default: ${{ github.event.pull_request.user.login }}
required: false
outputs:
is_member:
Expand Down

0 comments on commit 4c09781

Please sign in to comment.