You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a dependabot PR is opened, and im using github.actor for the mention, the workflow fails with cannot read property replace of null
To Reproduce
Create a normal dependabot action
In your main CI workflow try run the slack workflow but passing in the actor:
with:
mention: ${{ github.actor }}
Expected behavior
The workflow should not fail, the actor should be passed in
The text was updated successfully, but these errors were encountered:
Describe the bug
When a dependabot PR is opened, and im using
github.actor
for themention
, the workflow fails withcannot read property replace of null
To Reproduce
Expected behavior
The workflow should not fail, the actor should be passed in
The text was updated successfully, but these errors were encountered: