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 71783d4 commit 9e09bd1Copy full SHA for 9e09bd1
.github/workflows/release.yml
@@ -2,14 +2,15 @@ name: Deploy and Create Release
2
# example: gh workflow run release.yml -f tag_name=v1.1.4 -f deploy_to_wordpress=true
3
on:
4
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
+ inputs:
+ tag_name:
+ type: string
+ required: true
+ deploy_to_wordpress:
+ type: boolean
+ description: Deploy to WordPress
+ default: true
13
14
15
jobs:
16
deploy-create-release:
0 commit comments