From 5078383bec2a1bba64633060a025c1d5dfc25859 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Mon, 19 Feb 2024 19:25:26 -0300 Subject: [PATCH] fix cd-ansible --- .github/workflows/cd-ansible.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd-ansible.yml b/.github/workflows/cd-ansible.yml index 3a9db5d4..593701ac 100644 --- a/.github/workflows/cd-ansible.yml +++ b/.github/workflows/cd-ansible.yml @@ -83,6 +83,9 @@ jobs: steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Checkout actions uses: actions/checkout@v4 with: