Terry Sposato

Results 20 comments of Terry Sposato

Is there also a way to 'refresh' the cache? My cypress job cache is currently storing 3 versions of Cypress (I only use 1) and is therefore taking up time...

> `cypress cache prune` Is it possible to do that via the GitHub action in some way?

I also have the same issue on 1.5.4 & 1.5.5.

I'm also running into this issue, is there any progress on a fix? Error is here: TypeError: Cannot read property 'avatar_url' of null at Object.createMessageCard (/home/runner/work/_actions/jdcargile/ms-teams-notification/v1.2/dist/index.js:2341:39) at /home/runner/work/_actions/jdcargile/ms-teams-notification/v1.2/dist/index.js:2959:54 at Generator.next...

I updated to 1.3 but I still received the same error.

> > @tsposato, can you try using `uses: jdcargile/ms-teams-notification` (don't provide the version so it grabs master)? If that works I will create another release. I just pushed what I...

The other weird thing is that the person in question does actually have an avatar set. Unless I'm misunderstanding the way it retrieves an avatar. Is there something strange about...

Slightly different error when using master now @jdcargile : TypeError: Cannot read property 'login' of null at Object.createMessageCard (/home/runner/work/_actions/jdcargile/ms-teams-notification/master/dist/index.js:2461:85) at /home/runner/work/_actions/jdcargile/ms-teams-notification/master/dist/index.js:3090:54 at Generator.next () at fulfilled (/home/runner/work/_actions/jdcargile/ms-teams-notification/master/dist/index.js:3044:58) at processTicksAndRejections (internal/process/task_queues.js:93:5)...

Ok, so after some more digging it turns out the user had incorrectly spelt their email in their git user.email settings on one of their clients, hence why the user...