Skip to content

Commit

Permalink
Modify description of dependentPackagesTag input
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Aug 17, 2022
1 parent 79c564a commit 6bc4d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-deploy-to-bucket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6bc4d12

Please sign in to comment.