Skip to content

Commit

Permalink
fix: s3 region parameter description (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat authored Oct 23, 2024
1 parent 61f9667 commit cf42822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/setup-s3cmd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ inputs:
s3_secret_key:
description: 'Secret key for s3'
required: true
s3_region:
description: 'Region for s3'
required: true

runs:
using: 'composite'
Expand Down

0 comments on commit cf42822

Please sign in to comment.