From 823ffa781a19acb338b170e4ec22ce8313c6faa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Thu, 7 Mar 2024 18:59:29 +0100 Subject: [PATCH] Fix indentation --- .github/workflows/r_upload.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/r_upload.yml b/.github/workflows/r_upload.yml index c1967854c61a4..05a08e40394c4 100644 --- a/.github/workflows/r_upload.yml +++ b/.github/workflows/r_upload.yml @@ -9,11 +9,11 @@ on: description: "The name of the package to upload to Wazuh's S3 development artifactory bucket." required: true type: string - secrets: - CI_INTERNAL_DEVELOPMENT_BUCKET_USER_ACCESS_KEY: - required: true - CI_INTERNAL_DEVELOPMENT_BUCKET_USER_SECRET_KEY: - required: true + secrets: + CI_INTERNAL_DEVELOPMENT_BUCKET_USER_ACCESS_KEY: + required: true + CI_INTERNAL_DEVELOPMENT_BUCKET_USER_SECRET_KEY: + required: true jobs: r_upload: @@ -28,7 +28,7 @@ jobs: with: name: ${{ inputs.package }} path: artifacts/dist - + - name: Set up AWS CLI uses: aws-actions/configure-aws-credentials@v1 with: