Scenario
It seems that our require parameter is not being enforced on workflows that use our action. This must be investigated.
|
remote-server: |
|
required: true |
|
description: Remote server to check SSH key against and allow to SSH |
Expected behavior
When running the action without remote-server parameter, the action should fail before running deploy.sh script.
Current behavior
The action runs without problems, and fails when reaching the deployment step.