.gitea/workflows/dry-run.yml aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 11s

This commit is contained in:
rulrich 2024-03-09 20:56:57 +01:00
parent 18c00a2fe5
commit 0225df9875

View file

@ -14,6 +14,8 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Dry Run
run: |
apt update
apt install ansible-playbook
echo "${{ secrets.ANSIBLE_CI_USER }}" > /tmp/.pw
chmod 600 /tmp/.pw
#cd ${{ gitea.workspace }}