.gitea/workflows/dry-run.yml aktualisiert
All checks were successful
Ansible Dry Run / Explore-Gitea-Actions (push) Successful in 13s

This commit is contained in:
rulrich 2024-03-09 20:15:55 +01:00
parent cb584aeaba
commit 5c63cb35eb

View file

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- 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 "${{ gitea.ansible_ci_user }}" - run: echo "${{ secrets.ansible_ci_user }}"
- name: Dry Run - name: Dry Run
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}