Skip to content

Commit

Permalink
Fix gcp params for lockfile creation
Browse files Browse the repository at this point in the history
  • Loading branch information
shirkevich committed Dec 6, 2024
1 parent a69fb20 commit 2a842cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ runs:
cosmosContainerName: ${{ fromJson(steps.atmos-settings.outputs.settings).cosmos-container-name }}
cosmosDatabaseName: ${{ fromJson(steps.atmos-settings.outputs.settings).cosmos-database-name }}
cosmosEndpoint: ${{ fromJson(steps.atmos-settings.outputs.settings).cosmos-endpoint }}
gcpProjectId: ${{ steps.config.outputs.google-project-id }}
gcpFirestoreDatabaseName: ${{ steps.config.outputs.google-firestore-database-name }}
gcpFirestoreCollectionName: ${{ steps.config.outputs.google-firestore-collection-name }}
gcpProjectId: ${{ fromJson(steps.atmos-settings.outputs.settings).google-project-id }}
gcpFirestoreDatabaseName: ${{ fromJson(steps.atmos-settings.outputs.settings).google-firestore-database-name }}
gcpFirestoreCollectionName: ${{ fromJson(steps.atmos-settings.outputs.settings).google-firestore-collection-name }}
tableName: ${{ fromJson(steps.atmos-settings.outputs.settings).terraform-state-table }}
bucketName: ${{ fromJson(steps.atmos-settings.outputs.settings).terraform-state-bucket }}

Expand Down

0 comments on commit 2a842cc

Please sign in to comment.