Guard `GITHUB_*` variables by `GITHUB_ACTIONS`.
@ -165,7 +165,7 @@ do
FILTERED_ENV+=("${VAR}=${!VAR}")
done
if [[ -n "${CI:-}" ]]
if [[ -n "${GITHUB_ACTIONS:-}" ]]
then
for VAR in "${!GITHUB_@}"
do
The note is not visible to the blocked user.