Skip to content

Commit bde6943

Browse files
committed
syncing
syncing
1 parent b4b9515 commit bde6943

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
validate_certs:
66
description: 'Use SSL? (validate_certs)'
77
required: true
8-
default: false
8+
default: 'false'
99
type: choice
1010
options:
1111
- true

entrypoint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ if [ -z "$CONTROLLER_USERNAME" ]; then
1414
exit 1
1515
fi
1616

17+
if [ -z "$CONTROLLER_PASSWORD" ]; then
18+
echo "Automation controller password is not set. Exiting."
19+
exit 1
20+
fi
21+
1722
echo "END OF AAP - Automation controller Github Action"

0 commit comments

Comments
 (0)