From 63ecc67da41b1724988cf7acc893aca5bebc9d11 Mon Sep 17 00:00:00 2001
From: Neil McAlister <neil.mcalister@incited.com>
Date: Sun, 25 Aug 2024 22:23:56 +0100
Subject: [PATCH] goi

---
 .github/workflows/repo-vars-secrets.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/repo-vars-secrets.yml b/.github/workflows/repo-vars-secrets.yml
index 9c4b2cf..0570a60 100644
--- a/.github/workflows/repo-vars-secrets.yml
+++ b/.github/workflows/repo-vars-secrets.yml
@@ -7,9 +7,7 @@ jobs:
   Explore-GitHub-Actions-Var-Secrets:
     runs-on: ubuntu-latest
     steps:
-      - name: one
-        run: echo "Repo Secret REPO_SECRET_MINOGUE: ${{ secret.REPO_SECRET_MINOGUE }}"
-      - name: two
-        run: echo "Repo Variable REPO_VAR_MINOGUE: ${{ vars.REPO_VAR_MINOGUE }}"     
+      - run: echo "Repo Secret ${{ secrets.REPO_SECRET_MINOGUE }}"
+      - run: echo "Repo Variable ${{ vars.REPO_VAR_MINOGUE }}"     
 
         
\ No newline at end of file