Skip to content

Commit 440c305

Browse files
Make environment input required
There is no scenario were we wouldn't need to provide an `environment` when manually triggering the workflow run.
1 parent d1a880d commit 440c305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
inputs:
2626
environment:
2727
description: "Environment (network) for workflow execution, e.g. `sepolia`"
28-
required: false
28+
required: true
2929
upstream_builds:
3030
description: "Upstream builds"
3131
required: false

0 commit comments

Comments
 (0)