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
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.
Additional details
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: