try
All checks were successful
test / build-docs (push) Successful in -11s

This commit is contained in:
2025-02-04 10:07:52 +01:00
parent 39fd46028f
commit 11a0aa2d89

View File

@@ -8,9 +8,12 @@ jobs:
build-docs: build-docs:
runs-on: shell runs-on: shell
steps: steps:
- name: Run Shell Command - name: Run ansible Version
shell: bash shell: bash
run: ansible --version run: ansible --version
- name: Show all Vars
shell: bash
run: env
- name: Run 2 - name: Run 2
shell: bash shell: bash
run: echo "Hello World" run: echo "Hello World"