From b66ec1a5f98252e9198a9f9bdb1e3e0a160d7b2d Mon Sep 17 00:00:00 2001 From: Stefan Karpinski Date: Sat, 22 Feb 2020 15:11:13 -0500 Subject: [PATCH] Pkg telemetry headers: GITHUB_ACTION => GITHUB_ACTIONS The boolean variable that is set to true when running a GitHub action is plural. The singular is the ID of the action. --- src/PlatformEngines.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlatformEngines.jl b/src/PlatformEngines.jl index 39d848605e..5341d60d37 100644 --- a/src/PlatformEngines.jl +++ b/src/PlatformEngines.jl @@ -806,7 +806,7 @@ const CI_VARIABLES = [ "CI", "CIRCLECI", "CONTINUOUS_INTEGRATION", - "GITHUB_ACTION", + "GITHUB_ACTIONS", "GITLAB_CI", "JULIA_CI", "TF_BUILD",