deployment-status icon indicating copy to clipboard operation
deployment-status copied to clipboard

docs: update the action example to simplify the steps and handle cancellation case

Open CHC383 opened this issue 1 year ago • 0 comments

Github job has three value for job.status (doc): success, failure, or cancelled.

The updated example maps cancelled to inactive, and reuse the job.status if it is success or failure, simplify the example and make it generic.

CHC383 avatar Dec 20 '24 00:12 CHC383