hetzner-cloud-deploy-server-action icon indicating copy to clipboard operation
hetzner-cloud-deploy-server-action copied to clipboard

state between action steps can be stored via @actions/core

Open TimDaub opened this issue 5 years ago • 0 comments

See docs: https://github.com/actions/toolkit/tree/main/packages/core#action-state

Currently, it's done using environment variables with is an inferior approach.

TimDaub avatar Jan 08 '21 12:01 TimDaub