.gitea/workflows/dry-run.yml aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 11s
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 11s
This commit is contained in:
parent
18c00a2fe5
commit
0225df9875
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ 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 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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue