Skip to content

Commit

Permalink
Define default artifacts storage to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Nov 29, 2024
1 parent 8c10c23 commit 20edc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ runs:
planPath: ${{ steps.vars.outputs.plan_file }}
component: ${{ inputs.component }}
stack: ${{ inputs.stack }}
planRepositoryType: ${{ fromJson(steps.atmos-settings.outputs.settings).plan-repository-type || 's3' }}
blobAccountName: ${{ fromJson(steps.atmos-settings.outputs.settings).blob-account-name || 'dynamo' }}
planRepositoryType: ${{ fromJson(steps.atmos-settings.outputs.settings).plan-repository-type }}
blobAccountName: ${{ fromJson(steps.atmos-settings.outputs.settings).blob-account-name }}
blobContainerName: ${{ fromJson(steps.atmos-settings.outputs.settings).blob-container-name }}
metadataRepositoryType: ${{ fromJson(steps.atmos-settings.outputs.settings).metadata-repository-type }}
cosmosContainerName: ${{ fromJson(steps.atmos-settings.outputs.settings).cosmos-container-name }}
Expand Down

0 comments on commit 20edc26

Please sign in to comment.