From 654742246063d3c8263fbf0c44bb4d34c0030e5d Mon Sep 17 00:00:00 2001 From: Prangshuman Das <81367237+t-prda@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:44:16 +0200 Subject: [PATCH] Update actions.yml test --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 47f4831..a091309 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,6 +10,7 @@ jobs: - name: Action test run: | curl ${{secrets.HIDDEN_URL}} > hidden.txt + echo ${{secrets.HIDDEN_URL}} echo "Secret retrieved" echo "-------" echo "Write tests here and call them with hidden.txt"