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

This commit is contained in:
rulrich 2024-03-09 20:58:08 +01:00
parent 0225df9875
commit 0ff74cbe69

View file

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