We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467f842 commit 7e27ae6Copy full SHA for 7e27ae6
.github/workflows/multinode.yml
@@ -93,6 +93,12 @@ jobs:
93
exit 1
94
if: ${{ inputs.upgrade && inputs.stackhpc_kayobe_config_previous_version == '' }}
95
96
+ - name: Fail if no SSH key is provided for break_on
97
+ run: |
98
+ echo "break_on is set to ${{ inputs.break_on }} but an SSH public key has not been provided"
99
+ exit 1
100
+ if: ${{ inputs.break_on != 'never' && inputs.ssh_key == '' }}
101
+
102
- name: Install Package
103
uses: ConorMacBride/install-package@main
104
with:
0 commit comments