From 6bc4d12cf148a5b56fc8326413a3bcf7fb578d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Wed, 17 Aug 2022 16:22:41 +0200 Subject: [PATCH] Modify description of `dependentPackagesTag` input --- .github/actions/build-and-deploy-to-bucket/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-and-deploy-to-bucket/action.yml b/.github/actions/build-and-deploy-to-bucket/action.yml index a1dd66a37..47203d727 100644 --- a/.github/actions/build-and-deploy-to-bucket/action.yml +++ b/.github/actions/build-and-deploy-to-bucket/action.yml @@ -25,7 +25,7 @@ inputs: description: > Tag which should be used to pull latest non-legacy `threshold-network` and `keep-network` packages with contracts (required if - `useUpstreamBuilds==false`). For example `dappdevgoerli`. + `useUpstreamBuilds==false`). For example `dapp-dev-goerli`. required: false gcpServiceKey: description: JSON key for Google Cloud Platform service account. @@ -125,7 +125,7 @@ runs: bucket-name: ${{ inputs.gcpBucketName }} bucket-path: ${{ github.head_ref }} build-folder: build - set-website: true + set-website: ${{ inputs.preview == 'false' }} home-page-path: index.html error-page-path: index.html