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
Similar to #135, I am trying to send a Slack message and am including process.env.AS_TOOK in the custom_payload. In the below example, in Slack, I am seeing that not only is the AS_TOOK variable not found, but also AS_JOB is not found.
I followed the instructions to set things up for MATRIX_CONTEXT: ${{ toJson(matrix) }}, but I'm not sure it is working properly.
E2E Tests and Checks
Job is not found.
Check the matrix or job name.
(438f0ad4) of <repo>@refs/heads/<branch>/gh-action-slack-notification
by Chris<email_address> success in undefined
Expected behavior
I expected the job to be found and outputted in the custom_payload and the amount of time taken to be n seconds.
The text was updated successfully, but these errors were encountered:
Describe the bug
Similar to #135, I am trying to send a Slack message and am including
process.env.AS_TOOK
in thecustom_payload
. In the below example, in Slack, I am seeing that not only is theAS_TOOK
variable not found, but alsoAS_JOB
is not found.I followed the instructions to set things up for
MATRIX_CONTEXT: ${{ toJson(matrix) }}
, but I'm not sure it is working properly.To Reproduce
Output in Slack
Expected behavior
I expected the job to be found and outputted in the
custom_payload
and the amount of time taken to ben seconds
.The text was updated successfully, but these errors were encountered: