name: Ansible Test run-name: ${{ gitea.actor }} is tesing Ansible with Gitea Actions on: [push] jobs: # CENTOS 9 ######################### CentOS9-Ansible-Pipeline: runs-on: ansible-dev-centos9 steps: - name: Clone repository uses: actions/checkout@v3 - 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 ${{ BOB }}