.gitea/workflows/dry-run.yml aktualisiert
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
rulrich 2024-03-09 20:29:55 +01:00
parent b0cdebc663
commit 4d9ec6ac5a

View file

@ -12,9 +12,9 @@ jobs:
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: echo "${{ secrets.ANSIBLE_CI_USER }}"
- run: echo "$ANSIBLE_CI_USER"
- name: copy var to file
run: echo "${{ secrets.ANSIBLE_CI_USER }}" > /tmp/.pw
run: echo "$ANSIBLE_CI_USER" > /tmp/.pw
- name: print file
run: cat /tmp/.pw
- name: Dry Run