.gitea/workflows/dry-run.yml aktualisiert

This commit is contained in:
rulrich 2024-03-09 20:25:02 +01:00
parent 609cc95c02
commit 43300d20e6

View file

@ -14,7 +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."
- 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