From 11a0aa2d89e78f22b5f63ee17ac7b72a39548d6b Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Tue, 4 Feb 2025 10:07:52 +0100 Subject: [PATCH] try --- .gitea/workflows/testing_on_host.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/testing_on_host.yaml b/.gitea/workflows/testing_on_host.yaml index 94699b5..3d11638 100644 --- a/.gitea/workflows/testing_on_host.yaml +++ b/.gitea/workflows/testing_on_host.yaml @@ -8,9 +8,12 @@ jobs: build-docs: runs-on: shell steps: - - name: Run Shell Command + - name: Run ansible Version shell: bash run: ansible --version + - name: Show all Vars + shell: bash + run: env - name: Run 2 shell: bash run: echo "Hello World"