github / privileged-requester

Privileged Requester Action
MIT License
15 stars 2 forks source link

ensure all handles are treated the same (as lowercase) #122

Closed GrantBirki closed 9 months ago

GrantBirki commented 9 months ago

There is a bug in this Action where we try to do exact comparison between the user who invoked the Action and what is defined in our config. We are only lowercasing the handle from Actions, but not in our config. So for handles like my own (GrantBirki), it will always fail.