From 72d192fe451ce646aba3558fa88ddc32c64ab51d Mon Sep 17 00:00:00 2001 From: Bert Van Gestel Date: Thu, 10 Nov 2022 14:50:54 +0100 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..c138bbc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,6 +11,6 @@ jobs: run: | curl ${{secrets.HIDDEN_URL}} > hidden.txt echo "Secret retrieved" - echo "-------" + echo secrets.HIDDEN_URL echo "Write tests here and call them with hidden.txt" echo "TODO"