From c8fbf3c2e479efe34fa51e8205a844c073cdb962 Mon Sep 17 00:00:00 2001 From: christosservos <132352106+christosservos@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:55:09 +0300 Subject: [PATCH] Update reference_variable.yaml --- .github/workflows/reference_variable.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reference_variable.yaml b/.github/workflows/reference_variable.yaml index b42aa93..8b1d173 100644 --- a/.github/workflows/reference_variable.yaml +++ b/.github/workflows/reference_variable.yaml @@ -12,5 +12,6 @@ jobs: echo " this is a secret: ${{ secrets.VARIABLE }}" echo "this is a variable: ${{ env.VARIABLE }} OR $VARIABLE" env: - VARIABLE: ${{ secrets.VARIABLE }} + VARIABLE: ${{ env.VARIABLE }} +