projen 0.54.36 → 0.54.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/.jsii +276 -254
  2. package/changelog.md +1 -1
  3. package/docs/api/API.md +6 -6
  4. package/lib/awscdk/auto-discover.js +4 -4
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/integration-test.js +1 -1
  27. package/lib/cdktf/cdktf-construct.js +1 -1
  28. package/lib/component.js +1 -1
  29. package/lib/dependencies.js +1 -1
  30. package/lib/dev-env.js +1 -1
  31. package/lib/docker-compose.js +2 -2
  32. package/lib/file.js +1 -1
  33. package/lib/gitattributes.js +1 -1
  34. package/lib/github/auto-approve.js +1 -1
  35. package/lib/github/auto-merge.js +1 -1
  36. package/lib/github/dependabot.js +1 -1
  37. package/lib/github/github-credentials.js +1 -1
  38. package/lib/github/github-project.js +1 -1
  39. package/lib/github/github.js +1 -1
  40. package/lib/github/mergify.js +1 -1
  41. package/lib/github/pr-template.js +1 -1
  42. package/lib/github/pull-request-lint.js +1 -1
  43. package/lib/github/stale.js +1 -1
  44. package/lib/github/task-workflow.js +1 -1
  45. package/lib/github/workflows-model.d.ts +7 -2
  46. package/lib/github/workflows-model.js +1 -1
  47. package/lib/github/workflows.js +1 -1
  48. package/lib/gitlab/configuration.js +1 -1
  49. package/lib/gitlab/gitlab-configuration.js +1 -1
  50. package/lib/gitlab/nested-configuration.js +1 -1
  51. package/lib/gitpod.js +1 -1
  52. package/lib/ignore-file.js +1 -1
  53. package/lib/ini.js +1 -1
  54. package/lib/java/java-project.js +1 -1
  55. package/lib/java/junit.js +1 -1
  56. package/lib/java/maven-compile.js +1 -1
  57. package/lib/java/maven-packaging.js +1 -1
  58. package/lib/java/maven-sample.js +1 -1
  59. package/lib/java/pom.js +1 -1
  60. package/lib/java/projenrc.js +1 -1
  61. package/lib/javascript/bundler.js +1 -1
  62. package/lib/javascript/eslint.js +1 -1
  63. package/lib/javascript/jest.js +1 -1
  64. package/lib/javascript/node-package.js +1 -1
  65. package/lib/javascript/node-project.js +1 -1
  66. package/lib/javascript/npm-config.js +1 -1
  67. package/lib/javascript/prettier.js +1 -1
  68. package/lib/javascript/projenrc.js +1 -1
  69. package/lib/javascript/typescript-config.js +1 -1
  70. package/lib/javascript/upgrade-dependencies.js +2 -2
  71. package/lib/json.js +1 -1
  72. package/lib/license.js +1 -1
  73. package/lib/logger.js +1 -1
  74. package/lib/makefile.js +1 -1
  75. package/lib/object-file.js +1 -1
  76. package/lib/project-build.js +1 -1
  77. package/lib/project.js +1 -1
  78. package/lib/projects.js +1 -1
  79. package/lib/projenrc-json.js +1 -1
  80. package/lib/python/pip.js +1 -1
  81. package/lib/python/poetry.js +2 -2
  82. package/lib/python/projenrc.js +1 -1
  83. package/lib/python/pytest-sample.js +1 -1
  84. package/lib/python/pytest.js +1 -1
  85. package/lib/python/python-project.js +1 -1
  86. package/lib/python/python-sample.js +1 -1
  87. package/lib/python/requirements-file.js +1 -1
  88. package/lib/python/setuppy.js +1 -1
  89. package/lib/python/setuptools.js +1 -1
  90. package/lib/python/venv.js +1 -1
  91. package/lib/readme.js +1 -1
  92. package/lib/release/publisher.js +1 -1
  93. package/lib/release/release-trigger.js +1 -1
  94. package/lib/release/release.js +1 -1
  95. package/lib/sample-file.js +2 -2
  96. package/lib/semver.js +1 -1
  97. package/lib/source-code.js +1 -1
  98. package/lib/task-runtime.js +1 -1
  99. package/lib/task.js +1 -1
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +3 -3
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +4 -4
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/package.json +1 -1
  118. package/releasetag.txt +1 -1
  119. package/version.txt +1 -1
package/.jsii CHANGED
@@ -18714,7 +18714,7 @@
18714
18714
  "kind": "interface",
18715
18715
  "locationInModule": {
18716
18716
  "filename": "src/github/workflows-model.ts",
18717
- "line": 700
18717
+ "line": 705
18718
18718
  },
18719
18719
  "name": "BranchProtectionRuleOptions",
18720
18720
  "namespace": "github.workflows",
@@ -18731,7 +18731,7 @@
18731
18731
  "immutable": true,
18732
18732
  "locationInModule": {
18733
18733
  "filename": "src/github/workflows-model.ts",
18734
- "line": 706
18734
+ "line": 711
18735
18735
  },
18736
18736
  "name": "types",
18737
18737
  "optional": true,
@@ -18758,7 +18758,7 @@
18758
18758
  "kind": "interface",
18759
18759
  "locationInModule": {
18760
18760
  "filename": "src/github/workflows-model.ts",
18761
- "line": 712
18761
+ "line": 717
18762
18762
  },
18763
18763
  "name": "CheckRunOptions",
18764
18764
  "namespace": "github.workflows",
@@ -18775,7 +18775,7 @@
18775
18775
  "immutable": true,
18776
18776
  "locationInModule": {
18777
18777
  "filename": "src/github/workflows-model.ts",
18778
- "line": 718
18778
+ "line": 723
18779
18779
  },
18780
18780
  "name": "types",
18781
18781
  "optional": true,
@@ -18802,7 +18802,7 @@
18802
18802
  "kind": "interface",
18803
18803
  "locationInModule": {
18804
18804
  "filename": "src/github/workflows-model.ts",
18805
- "line": 726
18805
+ "line": 731
18806
18806
  },
18807
18807
  "name": "CheckSuiteOptions",
18808
18808
  "namespace": "github.workflows",
@@ -18819,7 +18819,7 @@
18819
18819
  "immutable": true,
18820
18820
  "locationInModule": {
18821
18821
  "filename": "src/github/workflows-model.ts",
18822
- "line": 732
18822
+ "line": 737
18823
18823
  },
18824
18824
  "name": "types",
18825
18825
  "optional": true,
@@ -18846,7 +18846,7 @@
18846
18846
  "kind": "interface",
18847
18847
  "locationInModule": {
18848
18848
  "filename": "src/github/workflows-model.ts",
18849
- "line": 437
18849
+ "line": 442
18850
18850
  },
18851
18851
  "name": "ContainerCredentials",
18852
18852
  "namespace": "github.workflows",
@@ -18860,7 +18860,7 @@
18860
18860
  "immutable": true,
18861
18861
  "locationInModule": {
18862
18862
  "filename": "src/github/workflows-model.ts",
18863
- "line": 442
18863
+ "line": 447
18864
18864
  },
18865
18865
  "name": "password",
18866
18866
  "type": {
@@ -18876,7 +18876,7 @@
18876
18876
  "immutable": true,
18877
18877
  "locationInModule": {
18878
18878
  "filename": "src/github/workflows-model.ts",
18879
- "line": 439
18879
+ "line": 444
18880
18880
  },
18881
18881
  "name": "username",
18882
18882
  "type": {
@@ -18897,7 +18897,7 @@
18897
18897
  "kind": "interface",
18898
18898
  "locationInModule": {
18899
18899
  "filename": "src/github/workflows-model.ts",
18900
- "line": 390
18900
+ "line": 395
18901
18901
  },
18902
18902
  "name": "ContainerOptions",
18903
18903
  "namespace": "github.workflows",
@@ -18912,7 +18912,7 @@
18912
18912
  "immutable": true,
18913
18913
  "locationInModule": {
18914
18914
  "filename": "src/github/workflows-model.ts",
18915
- "line": 395
18915
+ "line": 400
18916
18916
  },
18917
18917
  "name": "image",
18918
18918
  "type": {
@@ -18929,7 +18929,7 @@
18929
18929
  "immutable": true,
18930
18930
  "locationInModule": {
18931
18931
  "filename": "src/github/workflows-model.ts",
18932
- "line": 403
18932
+ "line": 408
18933
18933
  },
18934
18934
  "name": "credentials",
18935
18935
  "optional": true,
@@ -18946,7 +18946,7 @@
18946
18946
  "immutable": true,
18947
18947
  "locationInModule": {
18948
18948
  "filename": "src/github/workflows-model.ts",
18949
- "line": 408
18949
+ "line": 413
18950
18950
  },
18951
18951
  "name": "env",
18952
18952
  "optional": true,
@@ -18969,7 +18969,7 @@
18969
18969
  "immutable": true,
18970
18970
  "locationInModule": {
18971
18971
  "filename": "src/github/workflows-model.ts",
18972
- "line": 431
18972
+ "line": 436
18973
18973
  },
18974
18974
  "name": "options",
18975
18975
  "optional": true,
@@ -18991,7 +18991,7 @@
18991
18991
  "immutable": true,
18992
18992
  "locationInModule": {
18993
18993
  "filename": "src/github/workflows-model.ts",
18994
- "line": 413
18994
+ "line": 418
18995
18995
  },
18996
18996
  "name": "ports",
18997
18997
  "optional": true,
@@ -19014,7 +19014,7 @@
19014
19014
  "immutable": true,
19015
19015
  "locationInModule": {
19016
19016
  "filename": "src/github/workflows-model.ts",
19017
- "line": 424
19017
+ "line": 429
19018
19018
  },
19019
19019
  "name": "volumes",
19020
19020
  "optional": true,
@@ -19041,7 +19041,7 @@
19041
19041
  "kind": "interface",
19042
19042
  "locationInModule": {
19043
19043
  "filename": "src/github/workflows-model.ts",
19044
- "line": 1076
19044
+ "line": 1081
19045
19045
  },
19046
19046
  "name": "CreateOptions",
19047
19047
  "namespace": "github.workflows",
@@ -19058,7 +19058,7 @@
19058
19058
  "kind": "interface",
19059
19059
  "locationInModule": {
19060
19060
  "filename": "src/github/workflows-model.ts",
19061
- "line": 678
19061
+ "line": 683
19062
19062
  },
19063
19063
  "name": "CronScheduleOptions",
19064
19064
  "namespace": "github.workflows",
@@ -19072,7 +19072,7 @@
19072
19072
  "immutable": true,
19073
19073
  "locationInModule": {
19074
19074
  "filename": "src/github/workflows-model.ts",
19075
- "line": 682
19075
+ "line": 687
19076
19076
  },
19077
19077
  "name": "cron",
19078
19078
  "type": {
@@ -19093,7 +19093,7 @@
19093
19093
  "kind": "interface",
19094
19094
  "locationInModule": {
19095
19095
  "filename": "src/github/workflows-model.ts",
19096
- "line": 1081
19096
+ "line": 1086
19097
19097
  },
19098
19098
  "name": "DeleteOptions",
19099
19099
  "namespace": "github.workflows",
@@ -19110,7 +19110,7 @@
19110
19110
  "kind": "interface",
19111
19111
  "locationInModule": {
19112
19112
  "filename": "src/github/workflows-model.ts",
19113
- "line": 1086
19113
+ "line": 1091
19114
19114
  },
19115
19115
  "name": "DeploymentOptions",
19116
19116
  "namespace": "github.workflows",
@@ -19127,7 +19127,7 @@
19127
19127
  "kind": "interface",
19128
19128
  "locationInModule": {
19129
19129
  "filename": "src/github/workflows-model.ts",
19130
- "line": 1091
19130
+ "line": 1096
19131
19131
  },
19132
19132
  "name": "DeploymentStatusOptions",
19133
19133
  "namespace": "github.workflows",
@@ -19144,7 +19144,7 @@
19144
19144
  "kind": "interface",
19145
19145
  "locationInModule": {
19146
19146
  "filename": "src/github/workflows-model.ts",
19147
- "line": 763
19147
+ "line": 768
19148
19148
  },
19149
19149
  "name": "DiscussionCommentOptions",
19150
19150
  "namespace": "github.workflows",
@@ -19161,7 +19161,7 @@
19161
19161
  "immutable": true,
19162
19162
  "locationInModule": {
19163
19163
  "filename": "src/github/workflows-model.ts",
19164
- "line": 769
19164
+ "line": 774
19165
19165
  },
19166
19166
  "name": "types",
19167
19167
  "optional": true,
@@ -19188,7 +19188,7 @@
19188
19188
  "kind": "interface",
19189
19189
  "locationInModule": {
19190
19190
  "filename": "src/github/workflows-model.ts",
19191
- "line": 738
19191
+ "line": 743
19192
19192
  },
19193
19193
  "name": "DiscussionOptions",
19194
19194
  "namespace": "github.workflows",
@@ -19205,7 +19205,7 @@
19205
19205
  "immutable": true,
19206
19206
  "locationInModule": {
19207
19207
  "filename": "src/github/workflows-model.ts",
19208
- "line": 744
19208
+ "line": 749
19209
19209
  },
19210
19210
  "name": "types",
19211
19211
  "optional": true,
@@ -19232,7 +19232,7 @@
19232
19232
  "kind": "interface",
19233
19233
  "locationInModule": {
19234
19234
  "filename": "src/github/workflows-model.ts",
19235
- "line": 1096
19235
+ "line": 1101
19236
19236
  },
19237
19237
  "name": "ForkOptions",
19238
19238
  "namespace": "github.workflows",
@@ -19249,7 +19249,7 @@
19249
19249
  "kind": "interface",
19250
19250
  "locationInModule": {
19251
19251
  "filename": "src/github/workflows-model.ts",
19252
- "line": 1101
19252
+ "line": 1106
19253
19253
  },
19254
19254
  "name": "GollumOptions",
19255
19255
  "namespace": "github.workflows",
@@ -19266,7 +19266,7 @@
19266
19266
  "kind": "interface",
19267
19267
  "locationInModule": {
19268
19268
  "filename": "src/github/workflows-model.ts",
19269
- "line": 775
19269
+ "line": 780
19270
19270
  },
19271
19271
  "name": "IssueCommentOptions",
19272
19272
  "namespace": "github.workflows",
@@ -19283,7 +19283,7 @@
19283
19283
  "immutable": true,
19284
19284
  "locationInModule": {
19285
19285
  "filename": "src/github/workflows-model.ts",
19286
- "line": 781
19286
+ "line": 786
19287
19287
  },
19288
19288
  "name": "types",
19289
19289
  "optional": true,
@@ -19310,7 +19310,7 @@
19310
19310
  "kind": "interface",
19311
19311
  "locationInModule": {
19312
19312
  "filename": "src/github/workflows-model.ts",
19313
- "line": 787
19313
+ "line": 792
19314
19314
  },
19315
19315
  "name": "IssuesOptions",
19316
19316
  "namespace": "github.workflows",
@@ -19327,7 +19327,7 @@
19327
19327
  "immutable": true,
19328
19328
  "locationInModule": {
19329
19329
  "filename": "src/github/workflows-model.ts",
19330
- "line": 793
19330
+ "line": 798
19331
19331
  },
19332
19332
  "name": "types",
19333
19333
  "optional": true,
@@ -19744,7 +19744,7 @@
19744
19744
  "kind": "interface",
19745
19745
  "locationInModule": {
19746
19746
  "filename": "src/github/workflows-model.ts",
19747
- "line": 360
19747
+ "line": 365
19748
19748
  },
19749
19749
  "name": "JobMatrix",
19750
19750
  "namespace": "github.workflows",
@@ -19759,7 +19759,7 @@
19759
19759
  "immutable": true,
19760
19760
  "locationInModule": {
19761
19761
  "filename": "src/github/workflows-model.ts",
19762
- "line": 369
19762
+ "line": 374
19763
19763
  },
19764
19764
  "name": "domain",
19765
19765
  "optional": true,
@@ -19799,7 +19799,7 @@
19799
19799
  "immutable": true,
19800
19800
  "locationInModule": {
19801
19801
  "filename": "src/github/workflows-model.ts",
19802
- "line": 384
19802
+ "line": 389
19803
19803
  },
19804
19804
  "name": "exclude",
19805
19805
  "optional": true,
@@ -19839,7 +19839,7 @@
19839
19839
  "immutable": true,
19840
19840
  "locationInModule": {
19841
19841
  "filename": "src/github/workflows-model.ts",
19842
- "line": 377
19842
+ "line": 382
19843
19843
  },
19844
19844
  "name": "include",
19845
19845
  "optional": true,
@@ -20147,10 +20147,13 @@
20147
20147
  "summary": "A job step."
20148
20148
  },
20149
20149
  "fqn": "projen.github.workflows.JobStep",
20150
+ "interfaces": [
20151
+ "projen.github.workflows.Step"
20152
+ ],
20150
20153
  "kind": "interface",
20151
20154
  "locationInModule": {
20152
20155
  "filename": "src/github/workflows-model.ts",
20153
- "line": 263
20156
+ "line": 314
20154
20157
  },
20155
20158
  "name": "JobStep",
20156
20159
  "namespace": "github.workflows",
@@ -20165,7 +20168,7 @@
20165
20168
  "immutable": true,
20166
20169
  "locationInModule": {
20167
20170
  "filename": "src/github/workflows-model.ts",
20168
- "line": 314
20171
+ "line": 319
20169
20172
  },
20170
20173
  "name": "continueOnError",
20171
20174
  "optional": true,
@@ -20173,100 +20176,6 @@
20173
20176
  "primitive": "boolean"
20174
20177
  }
20175
20178
  },
20176
- {
20177
- "abstract": true,
20178
- "docs": {
20179
- "remarks": "You can also set environment variables for the entire workflow or a job.",
20180
- "stability": "experimental",
20181
- "summary": "Sets environment variables for steps to use in the runner environment."
20182
- },
20183
- "immutable": true,
20184
- "locationInModule": {
20185
- "filename": "src/github/workflows-model.ts",
20186
- "line": 308
20187
- },
20188
- "name": "env",
20189
- "optional": true,
20190
- "type": {
20191
- "collection": {
20192
- "elementtype": {
20193
- "primitive": "string"
20194
- },
20195
- "kind": "map"
20196
- }
20197
- }
20198
- },
20199
- {
20200
- "abstract": true,
20201
- "docs": {
20202
- "remarks": "You can use the id to reference the\nstep in contexts.",
20203
- "stability": "experimental",
20204
- "summary": "A unique identifier for the step."
20205
- },
20206
- "immutable": true,
20207
- "locationInModule": {
20208
- "filename": "src/github/workflows-model.ts",
20209
- "line": 268
20210
- },
20211
- "name": "id",
20212
- "optional": true,
20213
- "type": {
20214
- "primitive": "string"
20215
- }
20216
- },
20217
- {
20218
- "abstract": true,
20219
- "docs": {
20220
- "remarks": "You can use any supported context and expression to\ncreate a conditional.",
20221
- "stability": "experimental",
20222
- "summary": "You can use the if conditional to prevent a job from running unless a condition is met."
20223
- },
20224
- "immutable": true,
20225
- "locationInModule": {
20226
- "filename": "src/github/workflows-model.ts",
20227
- "line": 275
20228
- },
20229
- "name": "if",
20230
- "optional": true,
20231
- "type": {
20232
- "primitive": "string"
20233
- }
20234
- },
20235
- {
20236
- "abstract": true,
20237
- "docs": {
20238
- "stability": "experimental",
20239
- "summary": "A name for your step to display on GitHub."
20240
- },
20241
- "immutable": true,
20242
- "locationInModule": {
20243
- "filename": "src/github/workflows-model.ts",
20244
- "line": 280
20245
- },
20246
- "name": "name",
20247
- "optional": true,
20248
- "type": {
20249
- "primitive": "string"
20250
- }
20251
- },
20252
- {
20253
- "abstract": true,
20254
- "docs": {
20255
- "remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
20256
- "stability": "experimental",
20257
- "summary": "Runs command-line programs using the operating system's shell."
20258
- },
20259
- "immutable": true,
20260
- "locationInModule": {
20261
- "filename": "src/github/workflows-model.ts",
20262
- "line": 295
20263
- },
20264
- "name": "run",
20265
- "optional": true,
20266
- "type": {
20267
- "primitive": "string"
20268
- }
20269
- },
20270
20179
  {
20271
20180
  "abstract": true,
20272
20181
  "docs": {
@@ -20276,54 +20185,13 @@
20276
20185
  "immutable": true,
20277
20186
  "locationInModule": {
20278
20187
  "filename": "src/github/workflows-model.ts",
20279
- "line": 319
20188
+ "line": 324
20280
20189
  },
20281
20190
  "name": "timeoutMinutes",
20282
20191
  "optional": true,
20283
20192
  "type": {
20284
20193
  "primitive": "number"
20285
20194
  }
20286
- },
20287
- {
20288
- "abstract": true,
20289
- "docs": {
20290
- "remarks": "An action is a\nreusable unit of code. You can use an action defined in the same\nrepository as the workflow, a public repository, or in a published Docker\ncontainer image.",
20291
- "stability": "experimental",
20292
- "summary": "Selects an action to run as part of a step in your job."
20293
- },
20294
- "immutable": true,
20295
- "locationInModule": {
20296
- "filename": "src/github/workflows-model.ts",
20297
- "line": 288
20298
- },
20299
- "name": "uses",
20300
- "optional": true,
20301
- "type": {
20302
- "primitive": "string"
20303
- }
20304
- },
20305
- {
20306
- "abstract": true,
20307
- "docs": {
20308
- "remarks": "Each input parameter\nis a key/value pair. Input parameters are set as environment variables.\nThe variable is prefixed with INPUT_ and converted to upper case.",
20309
- "stability": "experimental",
20310
- "summary": "A map of the input parameters defined by the action."
20311
- },
20312
- "immutable": true,
20313
- "locationInModule": {
20314
- "filename": "src/github/workflows-model.ts",
20315
- "line": 302
20316
- },
20317
- "name": "with",
20318
- "optional": true,
20319
- "type": {
20320
- "collection": {
20321
- "elementtype": {
20322
- "primitive": "any"
20323
- },
20324
- "kind": "map"
20325
- }
20326
- }
20327
20195
  }
20328
20196
  ],
20329
20197
  "symbolId": "src/github/workflows-model:JobStep"
@@ -20391,7 +20259,7 @@
20391
20259
  "kind": "interface",
20392
20260
  "locationInModule": {
20393
20261
  "filename": "src/github/workflows-model.ts",
20394
- "line": 326
20262
+ "line": 331
20395
20263
  },
20396
20264
  "name": "JobStrategy",
20397
20265
  "namespace": "github.workflows",
@@ -20406,7 +20274,7 @@
20406
20274
  "immutable": true,
20407
20275
  "locationInModule": {
20408
20276
  "filename": "src/github/workflows-model.ts",
20409
- "line": 344
20277
+ "line": 349
20410
20278
  },
20411
20279
  "name": "failFast",
20412
20280
  "optional": true,
@@ -20424,7 +20292,7 @@
20424
20292
  "immutable": true,
20425
20293
  "locationInModule": {
20426
20294
  "filename": "src/github/workflows-model.ts",
20427
- "line": 338
20295
+ "line": 343
20428
20296
  },
20429
20297
  "name": "matrix",
20430
20298
  "optional": true,
@@ -20442,7 +20310,7 @@
20442
20310
  "immutable": true,
20443
20311
  "locationInModule": {
20444
20312
  "filename": "src/github/workflows-model.ts",
20445
- "line": 352
20313
+ "line": 357
20446
20314
  },
20447
20315
  "name": "maxParallel",
20448
20316
  "optional": true,
@@ -20464,7 +20332,7 @@
20464
20332
  "kind": "interface",
20465
20333
  "locationInModule": {
20466
20334
  "filename": "src/github/workflows-model.ts",
20467
- "line": 816
20335
+ "line": 821
20468
20336
  },
20469
20337
  "name": "LabelOptions",
20470
20338
  "namespace": "github.workflows",
@@ -20481,7 +20349,7 @@
20481
20349
  "immutable": true,
20482
20350
  "locationInModule": {
20483
20351
  "filename": "src/github/workflows-model.ts",
20484
- "line": 822
20352
+ "line": 827
20485
20353
  },
20486
20354
  "name": "types",
20487
20355
  "optional": true,
@@ -20508,7 +20376,7 @@
20508
20376
  "kind": "interface",
20509
20377
  "locationInModule": {
20510
20378
  "filename": "src/github/workflows-model.ts",
20511
- "line": 828
20379
+ "line": 833
20512
20380
  },
20513
20381
  "name": "MilestoneOptions",
20514
20382
  "namespace": "github.workflows",
@@ -20525,7 +20393,7 @@
20525
20393
  "immutable": true,
20526
20394
  "locationInModule": {
20527
20395
  "filename": "src/github/workflows-model.ts",
20528
- "line": 834
20396
+ "line": 839
20529
20397
  },
20530
20398
  "name": "types",
20531
20399
  "optional": true,
@@ -20552,7 +20420,7 @@
20552
20420
  "kind": "interface",
20553
20421
  "locationInModule": {
20554
20422
  "filename": "src/github/workflows-model.ts",
20555
- "line": 1106
20423
+ "line": 1111
20556
20424
  },
20557
20425
  "name": "PageBuildOptions",
20558
20426
  "namespace": "github.workflows",
@@ -20569,7 +20437,7 @@
20569
20437
  "kind": "interface",
20570
20438
  "locationInModule": {
20571
20439
  "filename": "src/github/workflows-model.ts",
20572
- "line": 856
20440
+ "line": 861
20573
20441
  },
20574
20442
  "name": "ProjectCardOptions",
20575
20443
  "namespace": "github.workflows",
@@ -20586,7 +20454,7 @@
20586
20454
  "immutable": true,
20587
20455
  "locationInModule": {
20588
20456
  "filename": "src/github/workflows-model.ts",
20589
- "line": 862
20457
+ "line": 867
20590
20458
  },
20591
20459
  "name": "types",
20592
20460
  "optional": true,
@@ -20613,7 +20481,7 @@
20613
20481
  "kind": "interface",
20614
20482
  "locationInModule": {
20615
20483
  "filename": "src/github/workflows-model.ts",
20616
- "line": 870
20484
+ "line": 875
20617
20485
  },
20618
20486
  "name": "ProjectColumnOptions",
20619
20487
  "namespace": "github.workflows",
@@ -20630,7 +20498,7 @@
20630
20498
  "immutable": true,
20631
20499
  "locationInModule": {
20632
20500
  "filename": "src/github/workflows-model.ts",
20633
- "line": 876
20501
+ "line": 881
20634
20502
  },
20635
20503
  "name": "types",
20636
20504
  "optional": true,
@@ -20657,7 +20525,7 @@
20657
20525
  "kind": "interface",
20658
20526
  "locationInModule": {
20659
20527
  "filename": "src/github/workflows-model.ts",
20660
- "line": 842
20528
+ "line": 847
20661
20529
  },
20662
20530
  "name": "ProjectOptions",
20663
20531
  "namespace": "github.workflows",
@@ -20674,7 +20542,7 @@
20674
20542
  "immutable": true,
20675
20543
  "locationInModule": {
20676
20544
  "filename": "src/github/workflows-model.ts",
20677
- "line": 848
20545
+ "line": 853
20678
20546
  },
20679
20547
  "name": "types",
20680
20548
  "optional": true,
@@ -20701,7 +20569,7 @@
20701
20569
  "kind": "interface",
20702
20570
  "locationInModule": {
20703
20571
  "filename": "src/github/workflows-model.ts",
20704
- "line": 1111
20572
+ "line": 1116
20705
20573
  },
20706
20574
  "name": "PublicOptions",
20707
20575
  "namespace": "github.workflows",
@@ -20718,7 +20586,7 @@
20718
20586
  "kind": "interface",
20719
20587
  "locationInModule": {
20720
20588
  "filename": "src/github/workflows-model.ts",
20721
- "line": 882
20589
+ "line": 887
20722
20590
  },
20723
20591
  "name": "PullRequestOptions",
20724
20592
  "namespace": "github.workflows",
@@ -20735,7 +20603,7 @@
20735
20603
  "immutable": true,
20736
20604
  "locationInModule": {
20737
20605
  "filename": "src/github/workflows-model.ts",
20738
- "line": 888
20606
+ "line": 893
20739
20607
  },
20740
20608
  "name": "types",
20741
20609
  "optional": true,
@@ -20762,7 +20630,7 @@
20762
20630
  "kind": "interface",
20763
20631
  "locationInModule": {
20764
20632
  "filename": "src/github/workflows-model.ts",
20765
- "line": 921
20633
+ "line": 926
20766
20634
  },
20767
20635
  "name": "PullRequestReviewCommentOptions",
20768
20636
  "namespace": "github.workflows",
@@ -20779,7 +20647,7 @@
20779
20647
  "immutable": true,
20780
20648
  "locationInModule": {
20781
20649
  "filename": "src/github/workflows-model.ts",
20782
- "line": 927
20650
+ "line": 932
20783
20651
  },
20784
20652
  "name": "types",
20785
20653
  "optional": true,
@@ -20806,7 +20674,7 @@
20806
20674
  "kind": "interface",
20807
20675
  "locationInModule": {
20808
20676
  "filename": "src/github/workflows-model.ts",
20809
- "line": 909
20677
+ "line": 914
20810
20678
  },
20811
20679
  "name": "PullRequestReviewOptions",
20812
20680
  "namespace": "github.workflows",
@@ -20823,7 +20691,7 @@
20823
20691
  "immutable": true,
20824
20692
  "locationInModule": {
20825
20693
  "filename": "src/github/workflows-model.ts",
20826
- "line": 915
20694
+ "line": 920
20827
20695
  },
20828
20696
  "name": "types",
20829
20697
  "optional": true,
@@ -20853,7 +20721,7 @@
20853
20721
  "kind": "interface",
20854
20722
  "locationInModule": {
20855
20723
  "filename": "src/github/workflows-model.ts",
20856
- "line": 933
20724
+ "line": 938
20857
20725
  },
20858
20726
  "name": "PullRequestTargetOptions",
20859
20727
  "namespace": "github.workflows",
@@ -20870,7 +20738,7 @@
20870
20738
  "immutable": true,
20871
20739
  "locationInModule": {
20872
20740
  "filename": "src/github/workflows-model.ts",
20873
- "line": 939
20741
+ "line": 944
20874
20742
  },
20875
20743
  "name": "types",
20876
20744
  "optional": true,
@@ -20897,7 +20765,7 @@
20897
20765
  "kind": "interface",
20898
20766
  "locationInModule": {
20899
20767
  "filename": "src/github/workflows-model.ts",
20900
- "line": 960
20768
+ "line": 965
20901
20769
  },
20902
20770
  "name": "PushOptions",
20903
20771
  "namespace": "github.workflows",
@@ -20913,7 +20781,7 @@
20913
20781
  "immutable": true,
20914
20782
  "locationInModule": {
20915
20783
  "filename": "src/github/workflows-model.ts",
20916
- "line": 970
20784
+ "line": 975
20917
20785
  },
20918
20786
  "name": "branches",
20919
20787
  "optional": true,
@@ -20937,7 +20805,7 @@
20937
20805
  "immutable": true,
20938
20806
  "locationInModule": {
20939
20807
  "filename": "src/github/workflows-model.ts",
20940
- "line": 991
20808
+ "line": 996
20941
20809
  },
20942
20810
  "name": "paths",
20943
20811
  "optional": true,
@@ -20961,7 +20829,7 @@
20961
20829
  "immutable": true,
20962
20830
  "locationInModule": {
20963
20831
  "filename": "src/github/workflows-model.ts",
20964
- "line": 981
20832
+ "line": 986
20965
20833
  },
20966
20834
  "name": "tags",
20967
20835
  "optional": true,
@@ -20988,7 +20856,7 @@
20988
20856
  "kind": "interface",
20989
20857
  "locationInModule": {
20990
20858
  "filename": "src/github/workflows-model.ts",
20991
- "line": 997
20859
+ "line": 1002
20992
20860
  },
20993
20861
  "name": "RegistryPackageOptions",
20994
20862
  "namespace": "github.workflows",
@@ -21005,7 +20873,7 @@
21005
20873
  "immutable": true,
21006
20874
  "locationInModule": {
21007
20875
  "filename": "src/github/workflows-model.ts",
21008
- "line": 1003
20876
+ "line": 1008
21009
20877
  },
21010
20878
  "name": "types",
21011
20879
  "optional": true,
@@ -21032,7 +20900,7 @@
21032
20900
  "kind": "interface",
21033
20901
  "locationInModule": {
21034
20902
  "filename": "src/github/workflows-model.ts",
21035
- "line": 1009
20903
+ "line": 1014
21036
20904
  },
21037
20905
  "name": "ReleaseOptions",
21038
20906
  "namespace": "github.workflows",
@@ -21049,7 +20917,7 @@
21049
20917
  "immutable": true,
21050
20918
  "locationInModule": {
21051
20919
  "filename": "src/github/workflows-model.ts",
21052
- "line": 1015
20920
+ "line": 1020
21053
20921
  },
21054
20922
  "name": "types",
21055
20923
  "optional": true,
@@ -21076,7 +20944,7 @@
21076
20944
  "kind": "interface",
21077
20945
  "locationInModule": {
21078
20946
  "filename": "src/github/workflows-model.ts",
21079
- "line": 688
20947
+ "line": 693
21080
20948
  },
21081
20949
  "name": "RepositoryDispatchOptions",
21082
20950
  "namespace": "github.workflows",
@@ -21093,7 +20961,7 @@
21093
20961
  "immutable": true,
21094
20962
  "locationInModule": {
21095
20963
  "filename": "src/github/workflows-model.ts",
21096
- "line": 694
20964
+ "line": 699
21097
20965
  },
21098
20966
  "name": "types",
21099
20967
  "optional": true,
@@ -21174,12 +21042,166 @@
21174
21042
  "kind": "interface",
21175
21043
  "locationInModule": {
21176
21044
  "filename": "src/github/workflows-model.ts",
21177
- "line": 1116
21045
+ "line": 1121
21178
21046
  },
21179
21047
  "name": "StatusOptions",
21180
21048
  "namespace": "github.workflows",
21181
21049
  "symbolId": "src/github/workflows-model:StatusOptions"
21182
21050
  },
21051
+ "projen.github.workflows.Step": {
21052
+ "assembly": "projen",
21053
+ "datatype": true,
21054
+ "docs": {
21055
+ "stability": "experimental",
21056
+ "summary": "A generic step."
21057
+ },
21058
+ "fqn": "projen.github.workflows.Step",
21059
+ "kind": "interface",
21060
+ "locationInModule": {
21061
+ "filename": "src/github/workflows-model.ts",
21062
+ "line": 263
21063
+ },
21064
+ "name": "Step",
21065
+ "namespace": "github.workflows",
21066
+ "properties": [
21067
+ {
21068
+ "abstract": true,
21069
+ "docs": {
21070
+ "remarks": "You can also set environment variables for the entire workflow or a job.",
21071
+ "stability": "experimental",
21072
+ "summary": "Sets environment variables for steps to use in the runner environment."
21073
+ },
21074
+ "immutable": true,
21075
+ "locationInModule": {
21076
+ "filename": "src/github/workflows-model.ts",
21077
+ "line": 308
21078
+ },
21079
+ "name": "env",
21080
+ "optional": true,
21081
+ "type": {
21082
+ "collection": {
21083
+ "elementtype": {
21084
+ "primitive": "string"
21085
+ },
21086
+ "kind": "map"
21087
+ }
21088
+ }
21089
+ },
21090
+ {
21091
+ "abstract": true,
21092
+ "docs": {
21093
+ "remarks": "You can use the id to reference the\nstep in contexts.",
21094
+ "stability": "experimental",
21095
+ "summary": "A unique identifier for the step."
21096
+ },
21097
+ "immutable": true,
21098
+ "locationInModule": {
21099
+ "filename": "src/github/workflows-model.ts",
21100
+ "line": 268
21101
+ },
21102
+ "name": "id",
21103
+ "optional": true,
21104
+ "type": {
21105
+ "primitive": "string"
21106
+ }
21107
+ },
21108
+ {
21109
+ "abstract": true,
21110
+ "docs": {
21111
+ "remarks": "You can use any supported context and expression to\ncreate a conditional.",
21112
+ "stability": "experimental",
21113
+ "summary": "You can use the if conditional to prevent a job from running unless a condition is met."
21114
+ },
21115
+ "immutable": true,
21116
+ "locationInModule": {
21117
+ "filename": "src/github/workflows-model.ts",
21118
+ "line": 275
21119
+ },
21120
+ "name": "if",
21121
+ "optional": true,
21122
+ "type": {
21123
+ "primitive": "string"
21124
+ }
21125
+ },
21126
+ {
21127
+ "abstract": true,
21128
+ "docs": {
21129
+ "stability": "experimental",
21130
+ "summary": "A name for your step to display on GitHub."
21131
+ },
21132
+ "immutable": true,
21133
+ "locationInModule": {
21134
+ "filename": "src/github/workflows-model.ts",
21135
+ "line": 280
21136
+ },
21137
+ "name": "name",
21138
+ "optional": true,
21139
+ "type": {
21140
+ "primitive": "string"
21141
+ }
21142
+ },
21143
+ {
21144
+ "abstract": true,
21145
+ "docs": {
21146
+ "remarks": "If you do\nnot provide a name, the step name will default to the text specified in\nthe run command.",
21147
+ "stability": "experimental",
21148
+ "summary": "Runs command-line programs using the operating system's shell."
21149
+ },
21150
+ "immutable": true,
21151
+ "locationInModule": {
21152
+ "filename": "src/github/workflows-model.ts",
21153
+ "line": 295
21154
+ },
21155
+ "name": "run",
21156
+ "optional": true,
21157
+ "type": {
21158
+ "primitive": "string"
21159
+ }
21160
+ },
21161
+ {
21162
+ "abstract": true,
21163
+ "docs": {
21164
+ "remarks": "An action is a\nreusable unit of code. You can use an action defined in the same\nrepository as the workflow, a public repository, or in a published Docker\ncontainer image.",
21165
+ "stability": "experimental",
21166
+ "summary": "Selects an action to run as part of a step in your job."
21167
+ },
21168
+ "immutable": true,
21169
+ "locationInModule": {
21170
+ "filename": "src/github/workflows-model.ts",
21171
+ "line": 288
21172
+ },
21173
+ "name": "uses",
21174
+ "optional": true,
21175
+ "type": {
21176
+ "primitive": "string"
21177
+ }
21178
+ },
21179
+ {
21180
+ "abstract": true,
21181
+ "docs": {
21182
+ "remarks": "Each input parameter\nis a key/value pair. Input parameters are set as environment variables.\nThe variable is prefixed with INPUT_ and converted to upper case.",
21183
+ "stability": "experimental",
21184
+ "summary": "A map of the input parameters defined by the action."
21185
+ },
21186
+ "immutable": true,
21187
+ "locationInModule": {
21188
+ "filename": "src/github/workflows-model.ts",
21189
+ "line": 302
21190
+ },
21191
+ "name": "with",
21192
+ "optional": true,
21193
+ "type": {
21194
+ "collection": {
21195
+ "elementtype": {
21196
+ "primitive": "any"
21197
+ },
21198
+ "kind": "map"
21199
+ }
21200
+ }
21201
+ }
21202
+ ],
21203
+ "symbolId": "src/github/workflows-model:Step"
21204
+ },
21183
21205
  "projen.github.workflows.ToolRequirement": {
21184
21206
  "assembly": "projen",
21185
21207
  "datatype": true,
@@ -21335,7 +21357,7 @@
21335
21357
  "kind": "interface",
21336
21358
  "locationInModule": {
21337
21359
  "filename": "src/github/workflows-model.ts",
21338
- "line": 450
21360
+ "line": 455
21339
21361
  },
21340
21362
  "name": "Triggers",
21341
21363
  "namespace": "github.workflows",
@@ -21349,7 +21371,7 @@
21349
21371
  "immutable": true,
21350
21372
  "locationInModule": {
21351
21373
  "filename": "src/github/workflows-model.ts",
21352
- "line": 492
21374
+ "line": 497
21353
21375
  },
21354
21376
  "name": "branchProtectionRule",
21355
21377
  "optional": true,
@@ -21366,7 +21388,7 @@
21366
21388
  "immutable": true,
21367
21389
  "locationInModule": {
21368
21390
  "filename": "src/github/workflows-model.ts",
21369
- "line": 497
21391
+ "line": 502
21370
21392
  },
21371
21393
  "name": "checkRun",
21372
21394
  "optional": true,
@@ -21383,7 +21405,7 @@
21383
21405
  "immutable": true,
21384
21406
  "locationInModule": {
21385
21407
  "filename": "src/github/workflows-model.ts",
21386
- "line": 502
21408
+ "line": 507
21387
21409
  },
21388
21410
  "name": "checkSuite",
21389
21411
  "optional": true,
@@ -21400,7 +21422,7 @@
21400
21422
  "immutable": true,
21401
21423
  "locationInModule": {
21402
21424
  "filename": "src/github/workflows-model.ts",
21403
- "line": 508
21425
+ "line": 513
21404
21426
  },
21405
21427
  "name": "create",
21406
21428
  "optional": true,
@@ -21417,7 +21439,7 @@
21417
21439
  "immutable": true,
21418
21440
  "locationInModule": {
21419
21441
  "filename": "src/github/workflows-model.ts",
21420
- "line": 514
21442
+ "line": 519
21421
21443
  },
21422
21444
  "name": "delete",
21423
21445
  "optional": true,
@@ -21435,7 +21457,7 @@
21435
21457
  "immutable": true,
21436
21458
  "locationInModule": {
21437
21459
  "filename": "src/github/workflows-model.ts",
21438
- "line": 521
21460
+ "line": 526
21439
21461
  },
21440
21462
  "name": "deployment",
21441
21463
  "optional": true,
@@ -21453,7 +21475,7 @@
21453
21475
  "immutable": true,
21454
21476
  "locationInModule": {
21455
21477
  "filename": "src/github/workflows-model.ts",
21456
- "line": 528
21478
+ "line": 533
21457
21479
  },
21458
21480
  "name": "deploymentStatus",
21459
21481
  "optional": true,
@@ -21472,7 +21494,7 @@
21472
21494
  "immutable": true,
21473
21495
  "locationInModule": {
21474
21496
  "filename": "src/github/workflows-model.ts",
21475
- "line": 534
21497
+ "line": 539
21476
21498
  },
21477
21499
  "name": "discussion",
21478
21500
  "optional": true,
@@ -21491,7 +21513,7 @@
21491
21513
  "immutable": true,
21492
21514
  "locationInModule": {
21493
21515
  "filename": "src/github/workflows-model.ts",
21494
- "line": 540
21516
+ "line": 545
21495
21517
  },
21496
21518
  "name": "discussionComment",
21497
21519
  "optional": true,
@@ -21508,7 +21530,7 @@
21508
21530
  "immutable": true,
21509
21531
  "locationInModule": {
21510
21532
  "filename": "src/github/workflows-model.ts",
21511
- "line": 546
21533
+ "line": 551
21512
21534
  },
21513
21535
  "name": "fork",
21514
21536
  "optional": true,
@@ -21525,7 +21547,7 @@
21525
21547
  "immutable": true,
21526
21548
  "locationInModule": {
21527
21549
  "filename": "src/github/workflows-model.ts",
21528
- "line": 552
21550
+ "line": 557
21529
21551
  },
21530
21552
  "name": "gollum",
21531
21553
  "optional": true,
@@ -21542,7 +21564,7 @@
21542
21564
  "immutable": true,
21543
21565
  "locationInModule": {
21544
21566
  "filename": "src/github/workflows-model.ts",
21545
- "line": 557
21567
+ "line": 562
21546
21568
  },
21547
21569
  "name": "issueComment",
21548
21570
  "optional": true,
@@ -21559,7 +21581,7 @@
21559
21581
  "immutable": true,
21560
21582
  "locationInModule": {
21561
21583
  "filename": "src/github/workflows-model.ts",
21562
- "line": 562
21584
+ "line": 567
21563
21585
  },
21564
21586
  "name": "issues",
21565
21587
  "optional": true,
@@ -21576,7 +21598,7 @@
21576
21598
  "immutable": true,
21577
21599
  "locationInModule": {
21578
21600
  "filename": "src/github/workflows-model.ts",
21579
- "line": 567
21601
+ "line": 572
21580
21602
  },
21581
21603
  "name": "label",
21582
21604
  "optional": true,
@@ -21593,7 +21615,7 @@
21593
21615
  "immutable": true,
21594
21616
  "locationInModule": {
21595
21617
  "filename": "src/github/workflows-model.ts",
21596
- "line": 572
21618
+ "line": 577
21597
21619
  },
21598
21620
  "name": "milestone",
21599
21621
  "optional": true,
@@ -21610,7 +21632,7 @@
21610
21632
  "immutable": true,
21611
21633
  "locationInModule": {
21612
21634
  "filename": "src/github/workflows-model.ts",
21613
- "line": 578
21635
+ "line": 583
21614
21636
  },
21615
21637
  "name": "pageBuild",
21616
21638
  "optional": true,
@@ -21627,7 +21649,7 @@
21627
21649
  "immutable": true,
21628
21650
  "locationInModule": {
21629
21651
  "filename": "src/github/workflows-model.ts",
21630
- "line": 583
21652
+ "line": 588
21631
21653
  },
21632
21654
  "name": "project",
21633
21655
  "optional": true,
@@ -21644,7 +21666,7 @@
21644
21666
  "immutable": true,
21645
21667
  "locationInModule": {
21646
21668
  "filename": "src/github/workflows-model.ts",
21647
- "line": 588
21669
+ "line": 593
21648
21670
  },
21649
21671
  "name": "projectCard",
21650
21672
  "optional": true,
@@ -21661,7 +21683,7 @@
21661
21683
  "immutable": true,
21662
21684
  "locationInModule": {
21663
21685
  "filename": "src/github/workflows-model.ts",
21664
- "line": 593
21686
+ "line": 598
21665
21687
  },
21666
21688
  "name": "projectColumn",
21667
21689
  "optional": true,
@@ -21678,7 +21700,7 @@
21678
21700
  "immutable": true,
21679
21701
  "locationInModule": {
21680
21702
  "filename": "src/github/workflows-model.ts",
21681
- "line": 599
21703
+ "line": 604
21682
21704
  },
21683
21705
  "name": "public",
21684
21706
  "optional": true,
@@ -21695,7 +21717,7 @@
21695
21717
  "immutable": true,
21696
21718
  "locationInModule": {
21697
21719
  "filename": "src/github/workflows-model.ts",
21698
- "line": 604
21720
+ "line": 609
21699
21721
  },
21700
21722
  "name": "pullRequest",
21701
21723
  "optional": true,
@@ -21712,7 +21734,7 @@
21712
21734
  "immutable": true,
21713
21735
  "locationInModule": {
21714
21736
  "filename": "src/github/workflows-model.ts",
21715
- "line": 609
21737
+ "line": 614
21716
21738
  },
21717
21739
  "name": "pullRequestReview",
21718
21740
  "optional": true,
@@ -21729,7 +21751,7 @@
21729
21751
  "immutable": true,
21730
21752
  "locationInModule": {
21731
21753
  "filename": "src/github/workflows-model.ts",
21732
- "line": 615
21754
+ "line": 620
21733
21755
  },
21734
21756
  "name": "pullRequestReviewComment",
21735
21757
  "optional": true,
@@ -21748,7 +21770,7 @@
21748
21770
  "immutable": true,
21749
21771
  "locationInModule": {
21750
21772
  "filename": "src/github/workflows-model.ts",
21751
- "line": 636
21773
+ "line": 641
21752
21774
  },
21753
21775
  "name": "pullRequestTarget",
21754
21776
  "optional": true,
@@ -21765,7 +21787,7 @@
21765
21787
  "immutable": true,
21766
21788
  "locationInModule": {
21767
21789
  "filename": "src/github/workflows-model.ts",
21768
- "line": 642
21790
+ "line": 647
21769
21791
  },
21770
21792
  "name": "push",
21771
21793
  "optional": true,
@@ -21782,7 +21804,7 @@
21782
21804
  "immutable": true,
21783
21805
  "locationInModule": {
21784
21806
  "filename": "src/github/workflows-model.ts",
21785
- "line": 647
21807
+ "line": 652
21786
21808
  },
21787
21809
  "name": "registryPackage",
21788
21810
  "optional": true,
@@ -21799,7 +21821,7 @@
21799
21821
  "immutable": true,
21800
21822
  "locationInModule": {
21801
21823
  "filename": "src/github/workflows-model.ts",
21802
- "line": 652
21824
+ "line": 657
21803
21825
  },
21804
21826
  "name": "release",
21805
21827
  "optional": true,
@@ -21816,7 +21838,7 @@
21816
21838
  "immutable": true,
21817
21839
  "locationInModule": {
21818
21840
  "filename": "src/github/workflows-model.ts",
21819
- "line": 477
21841
+ "line": 482
21820
21842
  },
21821
21843
  "name": "repositoryDispatch",
21822
21844
  "optional": true,
@@ -21835,7 +21857,7 @@
21835
21857
  "immutable": true,
21836
21858
  "locationInModule": {
21837
21859
  "filename": "src/github/workflows-model.ts",
21838
- "line": 460
21860
+ "line": 465
21839
21861
  },
21840
21862
  "name": "schedule",
21841
21863
  "optional": true,
@@ -21857,7 +21879,7 @@
21857
21879
  "immutable": true,
21858
21880
  "locationInModule": {
21859
21881
  "filename": "src/github/workflows-model.ts",
21860
- "line": 658
21882
+ "line": 663
21861
21883
  },
21862
21884
  "name": "status",
21863
21885
  "optional": true,
@@ -21874,7 +21896,7 @@
21874
21896
  "immutable": true,
21875
21897
  "locationInModule": {
21876
21898
  "filename": "src/github/workflows-model.ts",
21877
- "line": 663
21899
+ "line": 668
21878
21900
  },
21879
21901
  "name": "watch",
21880
21902
  "optional": true,
@@ -21892,7 +21914,7 @@
21892
21914
  "immutable": true,
21893
21915
  "locationInModule": {
21894
21916
  "filename": "src/github/workflows-model.ts",
21895
- "line": 485
21917
+ "line": 490
21896
21918
  },
21897
21919
  "name": "workflowCall",
21898
21920
  "optional": true,
@@ -21910,7 +21932,7 @@
21910
21932
  "immutable": true,
21911
21933
  "locationInModule": {
21912
21934
  "filename": "src/github/workflows-model.ts",
21913
- "line": 470
21935
+ "line": 475
21914
21936
  },
21915
21937
  "name": "workflowDispatch",
21916
21938
  "optional": true,
@@ -21928,7 +21950,7 @@
21928
21950
  "immutable": true,
21929
21951
  "locationInModule": {
21930
21952
  "filename": "src/github/workflows-model.ts",
21931
- "line": 671
21953
+ "line": 676
21932
21954
  },
21933
21955
  "name": "workflowRun",
21934
21956
  "optional": true,
@@ -21950,7 +21972,7 @@
21950
21972
  "kind": "interface",
21951
21973
  "locationInModule": {
21952
21974
  "filename": "src/github/workflows-model.ts",
21953
- "line": 1029
21975
+ "line": 1034
21954
21976
  },
21955
21977
  "name": "WatchOptions",
21956
21978
  "namespace": "github.workflows",
@@ -21967,7 +21989,7 @@
21967
21989
  "immutable": true,
21968
21990
  "locationInModule": {
21969
21991
  "filename": "src/github/workflows-model.ts",
21970
- "line": 1035
21992
+ "line": 1040
21971
21993
  },
21972
21994
  "name": "types",
21973
21995
  "optional": true,
@@ -21994,7 +22016,7 @@
21994
22016
  "kind": "interface",
21995
22017
  "locationInModule": {
21996
22018
  "filename": "src/github/workflows-model.ts",
21997
- "line": 1071
22019
+ "line": 1076
21998
22020
  },
21999
22021
  "name": "WorkflowCallOptions",
22000
22022
  "namespace": "github.workflows",
@@ -22011,7 +22033,7 @@
22011
22033
  "kind": "interface",
22012
22034
  "locationInModule": {
22013
22035
  "filename": "src/github/workflows-model.ts",
22014
- "line": 1066
22036
+ "line": 1071
22015
22037
  },
22016
22038
  "name": "WorkflowDispatchOptions",
22017
22039
  "namespace": "github.workflows",
@@ -22028,7 +22050,7 @@
22028
22050
  "kind": "interface",
22029
22051
  "locationInModule": {
22030
22052
  "filename": "src/github/workflows-model.ts",
22031
- "line": 1041
22053
+ "line": 1046
22032
22054
  },
22033
22055
  "name": "WorkflowRunOptions",
22034
22056
  "namespace": "github.workflows",
@@ -22045,7 +22067,7 @@
22045
22067
  "immutable": true,
22046
22068
  "locationInModule": {
22047
22069
  "filename": "src/github/workflows-model.ts",
22048
- "line": 1059
22070
+ "line": 1064
22049
22071
  },
22050
22072
  "name": "branches",
22051
22073
  "optional": true,
@@ -22070,7 +22092,7 @@
22070
22092
  "immutable": true,
22071
22093
  "locationInModule": {
22072
22094
  "filename": "src/github/workflows-model.ts",
22073
- "line": 1053
22095
+ "line": 1058
22074
22096
  },
22075
22097
  "name": "types",
22076
22098
  "optional": true,
@@ -22095,7 +22117,7 @@
22095
22117
  "immutable": true,
22096
22118
  "locationInModule": {
22097
22119
  "filename": "src/github/workflows-model.ts",
22098
- "line": 1047
22120
+ "line": 1052
22099
22121
  },
22100
22122
  "name": "workflows",
22101
22123
  "optional": true,
@@ -45185,6 +45207,6 @@
45185
45207
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45186
45208
  }
45187
45209
  },
45188
- "version": "0.54.36",
45189
- "fingerprint": "7Cgs3vslD5VOhkD843hIaW62e+4UjVpFdDO0wZyfs9s="
45210
+ "version": "0.54.37",
45211
+ "fingerprint": "32wbkMfsPYYl600bzZgivJrg4jbuMLYqmx4s/aDjQf8="
45190
45212
  }