This commit is contained in:
@@ -9,8 +9,11 @@ jobs:
|
||||
runs-on: shell
|
||||
steps:
|
||||
- name: Run Shell Command
|
||||
shell: bash
|
||||
run: ansible --version
|
||||
- name: Run 2
|
||||
shell: bash
|
||||
run: echo "Hello World"
|
||||
- name: Test User
|
||||
shell: bash
|
||||
run: echo "Ich bin User $USER"
|
||||
|
||||
Reference in New Issue
Block a user