Actualiser action.yaml
This commit is contained in:
@@ -27,10 +27,7 @@ runs:
|
|||||||
- name: Ping the server
|
- name: Ping the server
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
GREEN='\033[0;32m'
|
source ./bashlib.sh
|
||||||
RED='\033[0;31m'
|
|
||||||
YELLOW='\033[1;33m'
|
|
||||||
NC='\033[0m' # No Color
|
|
||||||
|
|
||||||
if [[ -z $(which curl) ]] ; then
|
if [[ -z $(which curl) ]] ; then
|
||||||
echo -e "${RED}❌ Error:${NC}: Cannot locate the curl command"
|
echo -e "${RED}❌ Error:${NC}: Cannot locate the curl command"
|
||||||
|
|||||||
Reference in New Issue
Block a user