We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e3476 commit 50cdb07Copy full SHA for 50cdb07
.github/workflows/8-0-inputs.yaml
@@ -28,6 +28,8 @@ on:
28
- option 1
29
- option 2
30
- option 3
31
+ INPUT_ENVIRONMENT_1:
32
+ type: environment
33
34
jobs:
35
use_input_job:
@@ -40,3 +42,4 @@ jobs:
40
42
echo "Input Number Value => ${{ github.event.inputs.INPUT_NUMBER_1 }}"
41
43
echo "Input Boolean Value => ${{ github.event.inputs.INPUT_BOOLEAN_1 }}"
44
echo "Input Choice Value => ${{ github.event.inputs.INPUT_CHOICE_1 }}"
45
+ echo "Input environment Value => ${{ github.event.inputs.INPUT_ENVIRONMENT_1 }}"
0 commit comments