updated utils.sh

pull/2/head
Hari Sekhon 5 years ago
parent 2bab279095
commit f1a9e11b77

@ -205,7 +205,8 @@ is_travis(){
}
is_github_workflow(){
if [ -n "${GITHUB_WORKFLOW:-}" ]; then
if [ -n "${GITHUB_ACTIONS:-}" ] ||
[ -n "${GITHUB_WORKFLOW:-}" ]; then
return 0
fi
return 1

Loading…
Cancel
Save