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.
Scenario
It seems that our require parameter is not being enforced on workflows that use our action. This must be investigated.
github-actions/actions/setup-rsync/action.yml
Lines 8 to 10 in 06301cc
Expected behavior
When running the action without
remote-serverparameter, the action should fail before runningdeploy.shscript.Current behavior
The action runs without problems, and fails when reaching the deployment step.