Skip to content

Commit 0e4e226

Browse files
Remove the default value for environment input
We don't want to fill the default value with value that is supported, to prevent from accidental dispatches of the workflow by people who don't fully understand how the inputs should be configured. Previously we used explicitely incorrect default value, but that may be too much and may be a bit confusing. Let's leave the input without default.
1 parent 7ab44fa commit 0e4e226

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/contracts.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ on:
2626
environment:
2727
description: "Environment (network) for workflow execution, e.g. `goerli`"
2828
required: false
29-
default: "dev"
3029
upstream_builds:
3130
description: "Upstream builds"
3231
required: false

0 commit comments

Comments
 (0)