mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
fix ${GITHUB_ACTIONS:-}
This commit is contained in:
2
tests.sh
vendored
2
tests.sh
vendored
@@ -38,7 +38,7 @@ test()
|
|||||||
}
|
}
|
||||||
|
|
||||||
cur=$(cd "$(dirname "${0}")" && pwd)
|
cur=$(cd "$(dirname "${0}")" && pwd)
|
||||||
in_cicd="${GITHUB_WORKFLOW:-}"
|
in_cicd="${GITHUB_ACTIONS:-}"
|
||||||
|
|
||||||
if [ -n "${in_cicd}" ]; then
|
if [ -n "${in_cicd}" ]; then
|
||||||
# patch TERM var in ci/cd
|
# patch TERM var in ci/cd
|
||||||
|
|||||||
Reference in New Issue
Block a user