echoing more stuff to see whats up; change variables to variable
All checks were successful
Ansible Test / CentOS9-Ansible-Pipeline (push) Successful in 5s

This commit is contained in:
Chris Hammer 2023-12-13 20:36:18 -05:00
parent eea37229a8
commit 43eeada8da

View File

@ -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 }}