.gitea/workflows/dry-run.yml aktualisiert
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 15s
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 15s
This commit is contained in:
parent
43300d20e6
commit
b0cdebc663
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ jobs:
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- 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 "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- run: echo "${{ secrets.ANSIBLE_CI_USER }}"
|
- run: echo "${{ secrets.ANSIBLE_CI_USER }}"
|
||||||
- name copy var to file
|
- name: copy var to file
|
||||||
run: echo ${{ secrets.ANSIBLE_CI_USER }} > /tmp/.pw
|
run: echo "${{ secrets.ANSIBLE_CI_USER }}" > /tmp/.pw
|
||||||
- name: print file
|
- name: print file
|
||||||
run: cat /tmp/.pw
|
run: cat /tmp/.pw
|
||||||
- name: Dry Run
|
- name: Dry Run
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue