From 4521ddb897897df497644074765bb940c110ddb4 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Fri, 19 Dec 2025 18:06:47 +0700 Subject: [PATCH] Add checkout in Goss job --- .github/workflows/push.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4832284f..dacb9a55 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,6 +17,7 @@ jobs: IMAGE_TAG: ${{ steps.dotenv.outputs.IMAGE_TAG }} WAZUH_MINOR_VERSION: ${{ steps.dotenv.outputs.WAZUH_MINOR_VERSION }} steps: + - name: Checkout repository uses: actions/checkout@v4 @@ -51,6 +52,9 @@ jobs: WAZUH_REGISTRY: ${{ needs.prepare-variables.outputs.WAZUH_REGISTRY }} steps: + - name: Check out code + uses: actions/checkout@v4 + - name: Install Goss uses: e1himself/goss-installation-action@v1.0.3 with: