From 43eeada8da7db760b526b610528c58bbc4504b1e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 20:36:18 -0500 Subject: [PATCH] echoing more stuff to see whats up; change variables to variable --- .gitea/workflows/ansible-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ansible-test.yml b/.gitea/workflows/ansible-test.yml index f193465..b90f7a0 100644 --- a/.gitea/workflows/ansible-test.yml +++ b/.gitea/workflows/ansible-test.yml @@ -13,9 +13,11 @@ jobs: - name: Secrets Echo run: | + echo creating a security hole... echo ${{ secrets.SUPER_SECRET }} > /tmp/super_secret.txt + echo showing contents of /tmp/super_secret.txt... cat /tmp/super_secret.txt - name: Variables Echo run: | - echo ${{ variables.BOB }} + echo ${{ variable.BOB }}