Skip to content

Commit 7a76e2b

Browse files
authored
Update action.yml
1 parent 92ecbd7 commit 7a76e2b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/action.yml

-12
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ on:
66
environment:
77
type: environment
88
description: Select the environment
9-
boolean:
10-
type: boolean
11-
description: True or False
12-
choice:
13-
type: choice
14-
description: Make a choice
15-
options:
16-
- foo
17-
- bar
18-
- baz
199
jobs:
2010
build:
2111
runs-on: ubuntu-latest
@@ -26,5 +16,3 @@ jobs:
2616
- name: greet
2717
run: |
2818
echo "environment is ${{ github.event.inputs.environment }}"
29-
echo "boolean is ${{ github.event.inputs.boolean }}"
30-
echo "choice is ${{ github.event.inputs.choice }}"

0 commit comments

Comments
 (0)