echoing more stuff to see whats up; change variables to variable
All checks were successful
Ansible Test / CentOS9-Ansible-Pipeline (push) Successful in 5s
All checks were successful
Ansible Test / CentOS9-Ansible-Pipeline (push) Successful in 5s
This commit is contained in:
parent
eea37229a8
commit
43eeada8da
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user