Sync test data changes

This commit is contained in:
Jacob Wallraff
2023-02-01 15:48:19 -08:00
parent 7f69f0dcbf
commit 9d93f919d3
104 changed files with 1091 additions and 719 deletions
@@ -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": [
{