GitHub Actions cannot pass variable to the next job
I have the following GitHub Actions, I want to pass lastNotificationMessage
from deploy job to the next job:
I have the following GitHub Actions, I want to pass lastNotificationMessage
from deploy job to the next job: