Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 7, 2024
1 parent 3238c08 commit 823ffa7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/r_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 823ffa7

Please sign in to comment.