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

This commit is contained in:
2025-02-03 20:12:20 +01:00
parent 0107b7add7
commit 39fd46028f

View File

@@ -9,8 +9,11 @@ jobs:
runs-on: shell runs-on: shell
steps: steps:
- name: Run Shell Command - name: Run Shell Command
shell: bash
run: ansible --version run: ansible --version
- name: Run 2 - name: Run 2
shell: bash
run: echo "Hello World" run: echo "Hello World"
- name: Test User - name: Test User
shell: bash
run: echo "Ich bin User $USER" run: echo "Ich bin User $USER"