Skip to content

Commit

Permalink
WIP: add composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Dec 17, 2024
1 parent fae7047 commit d738a3c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/actions/upload-to-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ inputs.aws_access_key_id }}
aws-secret-access-key: ${{ inputs.aws_secret_access_key }}
aws-region: ${{ inputs.aws_region }}
mask-aws-account-id: true

- name: Set endpoint URL
if: inputs.endpoint_url != ''
shell: bash
run: |
aws configure set endpoint_url ${{ inputs.endpoint_url }}
- name: Configure s3cmd
shell: bash
run: |
Expand Down

0 comments on commit d738a3c

Please sign in to comment.