Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 2cd7b69

Browse files
committed
add comments
Signed-off-by: Gregory Edison <[email protected]>
1 parent 7ca3b1f commit 2cd7b69

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/e2e-pipeline.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ on:
55
workflow_dispatch:
66
inputs:
77
environment:
8-
description: Environment to use
8+
description: Environment to run the action on.
99
required: true
1010
type: choice
1111
options:
1212
- sepolia
1313
- staging
1414
action:
15-
description: Action to perform on the selected environment
15+
description:
16+
Action to perform on the selected environment. `Deploy` will
17+
upgrade/deploy the Kakarot contracts, while `test` will run the end 2
18+
end tests on the currently deployed stack.
1619
required: true
1720
type: choice
1821
options:

0 commit comments

Comments
 (0)