Commits


Jacob Wujciak-Jens authored and GitHub committed 980f8285877
MINOR: [CI] Use GITHUB_PATH instead of GITHUB_ACTIONS to detect environment (#36495) ### Rationale for this change In #35753 we started passing GITHUB_ACTIONS into the docker containers for better log printing. The sccache script used this var to detect if it was run in gha to add sccache to the path. This now causes false positives. ### What changes are included in this PR? Use GITHUB_PATH directly instead. ### Are these changes tested? Will trigger crossbow jobs Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Sutou Kouhei <kou@clear-code.com>