Sync test data changes
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
include-source: false # Drop file/line/col from output
|
||||
skip:
|
||||
- Go
|
||||
- Typescript
|
||||
---
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -22,6 +19,10 @@ on:
|
||||
- debug
|
||||
# Defaults to string
|
||||
input4:
|
||||
input5-Env:
|
||||
description: 'Test environment'
|
||||
type: environment
|
||||
required: true
|
||||
jobs:
|
||||
my-job:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -33,7 +34,8 @@ jobs:
|
||||
"input1": "string",
|
||||
"input2": "boolean",
|
||||
"input3": "choice",
|
||||
"input4": "string"
|
||||
"input4": "string",
|
||||
"input5-Env": "environment"
|
||||
},
|
||||
"jobs": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user