Skip to content

Commit 9e09bd1

Browse files
fix(ci): Add inputs tag for release action [skip ci]
1 parent 71783d4 commit 9e09bd1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name: Deploy and Create Release
22
# example: gh workflow run release.yml -f tag_name=v1.1.4 -f deploy_to_wordpress=true
33
on:
44
workflow_dispatch:
5-
tag_name:
6-
type: string
7-
required: true
8-
deploy_to_wordpress:
9-
type: boolean
10-
description: Deploy to WordPress
11-
default: true
12-
required: true
5+
inputs:
6+
tag_name:
7+
type: string
8+
required: true
9+
deploy_to_wordpress:
10+
type: boolean
11+
description: Deploy to WordPress
12+
default: true
13+
required: true
1314

1415
jobs:
1516
deploy-create-release:

0 commit comments

Comments
 (0)