From be946f2fb0b08c5eb034e3d513e444d225b887c6 Mon Sep 17 00:00:00 2001 From: Vadzim Date: Sun, 18 Aug 2024 18:50:22 +0200 Subject: [PATCH] Commit #33.4 --- .github/workflows/contexts.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/contexts.yml b/.github/workflows/contexts.yml index f3905da57..32d1edc35 100644 --- a/.github/workflows/contexts.yml +++ b/.github/workflows/contexts.yml @@ -21,10 +21,6 @@ jobs: name: Showing Job Context run: | echo ${{ job }} - - id: showing-jobs-context - name: Showing Jobs Context - run: | - echo ${{ jobs }} - id: showing-steps-context name: Showing Steps Context run: | @@ -37,7 +33,11 @@ jobs: name: Showing Env Context run: | echo ${{ env }} - - id: showing-var-context - name: Showing Var Context + - id: showing-vars-context + name: Showing Vars Context + run: | + echo ${{ vars }} + - id: showing-secrets-context + name: Showing Secrets Context run: | - echo ${{ var }} \ No newline at end of file + echo ${{ secrets }} \ No newline at end of file