Currently, this action is implemented only with bash scripts in action.yml and steam_deploy.sh
Typescript is more robust and maintainable than bash scripts.
Suggested solution
Replace steam_deploy.sh with Typescript.
Considered alternatives
Could potentially also use a docker image, but I think even that would benefit from switching to typescript.
Context
Currently, this action is implemented only with bash scripts in
action.yml
andsteam_deploy.sh
Typescript is more robust and maintainable than bash scripts.Suggested solution
Replace
steam_deploy.sh
with Typescript.Considered alternatives
Could potentially also use a docker image, but I think even that would benefit from switching to typescript.
Additional details