mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 23:08:01 +01:00
add missing checkout github step
This commit is contained in:
parent
1bc6cad793
commit
81597a4b34
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -9,7 +9,8 @@ jobs:
|
||||||
name: run ansible
|
name: run ansible
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: ls -al
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5.2.0
|
uses: actions/setup-python@v5.2.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue