This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user