.gitea/workflows/dry-run.yml aktualisiert
This commit is contained in:
parent
079e6b5524
commit
39f4ab4fff
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ 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
|
||||||
|
run: echo "${{ secrets.ANSIBLE_CI_USER }}" /tmp/.pw
|
||||||
|
- name: print file
|
||||||
|
run: cat /tmp/.pw
|
||||||
- name: Dry Run
|
- name: Dry Run
|
||||||
run: |
|
run: |
|
||||||
#cd ${{ gitea.workspace }}
|
#cd ${{ gitea.workspace }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue