From f53fccd82f832ac1e605fe95d58051fd66eff464 Mon Sep 17 00:00:00 2001 From: Charlie Date: Mon, 27 May 2024 13:04:11 -0600 Subject: [PATCH] # using ENV variables in different locations Global, Job and Step --- .github/workflows/variables-ENV.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/variables-ENV.yml b/.github/workflows/variables-ENV.yml index 01396599..5a209ef7 100644 --- a/.github/workflows/variables-ENV.yml +++ b/.github/workflows/variables-ENV.yml @@ -1,4 +1,5 @@ name: Using ENV global, job and step +# using ENV variables in different locations Global, Job and Step on: ['push']