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
deploy-status: ${{ steps.deploy-to-qa.outcome }}# outcome is the result of the step before continue-on-error is applied, i.e. [error|failure|success]
79
+
deployment-status: ${{ steps.deploy-to-qa.outcome }} # outcome is the result of the step before continue-on-error is applied, i.e. [error|failure|success]
80
80
deployment-description: ${{ steps.deploy-to-qa.outcome }} # information that may add supporting information to the status/result
0 commit comments