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 b4b9515 commit bde6943Copy full SHA for bde6943
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on:
5
validate_certs:
6
description: 'Use SSL? (validate_certs)'
7
required: true
8
- default: false
+ default: 'false'
9
type: choice
10
options:
11
- true
entrypoint.sh
@@ -14,4 +14,9 @@ if [ -z "$CONTROLLER_USERNAME" ]; then
14
exit 1
15
fi
16
17
+if [ -z "$CONTROLLER_PASSWORD" ]; then
18
+ echo "Automation controller password is not set. Exiting."
19
+ exit 1
20
+fi
21
+
22
echo "END OF AAP - Automation controller Github Action"
0 commit comments