You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "[s][c] Repository specifies the name of a repository for a specific owner"
5273
+
"description": "repository defines the repository name to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
5274
5274
},
5275
5275
"token": {
5276
5276
"type": "string",
5277
-
"description": "[s][c] Token specifies the credential used to authenticate with"
5277
+
"description": "token defines the GitHub personal access token used to authenticate with.\n\nmore information on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens\n\nrequired: true\n\ncompatible:\n * source\n * condition"
5278
5278
},
5279
5279
"url": {
5280
5280
"type": "string",
5281
-
"description": "[s][c] URL specifies the default github url in case of GitHub enterprise"
5281
+
"description": "URL defines the default github url in case of GitHub enterprise.\n\ndefault: https://github.com\n\ncompatible:\n * source\n * condition"
5282
5282
},
5283
5283
"username": {
5284
5284
"type": "string",
5285
-
"description": "[s][c] Username specifies the username used to authenticate with GitHub API"
5285
+
"description": "username defines the username used to authenticate with GitHub API.\n\ncompatible:\n * source\n * condition"
5286
5286
},
5287
5287
"versionfilter": {
5288
5288
"properties": {
@@ -5305,7 +5305,7 @@
5305
5305
},
5306
5306
"additionalProperties": false,
5307
5307
"type": "object",
5308
-
"description": "[s] VersionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest."
5308
+
"description": "versionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest.\n\ndefault: latest\n\ncompatible:\n * source"
5309
5309
},
5310
5310
"typefilter": {
5311
5311
"properties": {
@@ -5328,15 +5328,15 @@
5328
5328
},
5329
5329
"additionalProperties": false,
5330
5330
"type": "object",
5331
-
"description": "[s][c] TypeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule"
5331
+
"description": "typeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule\n\ndefault:\n * draft: false\n * prerelease: false\n * release: true\n * latest: false\n\ncompatible:\n * source\n\t* condition"
5332
5332
},
5333
5333
"tag": {
5334
5334
"type": "string",
5335
-
"description": "[c] Tag allows to check for a specific release tag, default to source output"
5335
+
"description": "tag allows to check for a specific release tag, release tag hash, or release title depending on a the parameter key.\n\ncompatible:\n * condition\n\ndefault: source input"
5336
5336
},
5337
5337
"key": {
5338
5338
"type": "string",
5339
-
"description": "\"key\" of the tag object to retrieve.\n\n Accepted values: ['name','hash'].\n\n Default: 'name'\n Compatible:\n * source\n * condition"
5339
+
"description": "\"key\" defines the GitHub release information we are looking for.\nIt accepts one of the following inputs:\n * \"name\": returns the \"latest\" tag name\n * \"hash\": returns the commit associated with the latest tag name\n * \"title\": returns the latest release title\n\naccepted values:\n * taghash\n * tagname\n * title\n * hash (deprecated)\n * name (deprecated)\n\ndefault: 'tagname'\n\ncompatible:\n * source\n * condition"
"description": "[s][c] Repository specifies the name of a repository for a specific owner"
12172
+
"description": "repository defines the repository name to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
12173
12173
},
12174
12174
"token": {
12175
12175
"type": "string",
12176
-
"description": "[s][c] Token specifies the credential used to authenticate with"
12176
+
"description": "token defines the GitHub personal access token used to authenticate with.\n\nmore information on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens\n\nrequired: true\n\ncompatible:\n * source\n * condition"
12177
12177
},
12178
12178
"url": {
12179
12179
"type": "string",
12180
-
"description": "[s][c] URL specifies the default github url in case of GitHub enterprise"
12180
+
"description": "URL defines the default github url in case of GitHub enterprise.\n\ndefault: https://github.com\n\ncompatible:\n * source\n * condition"
12181
12181
},
12182
12182
"username": {
12183
12183
"type": "string",
12184
-
"description": "[s][c] Username specifies the username used to authenticate with GitHub API"
12184
+
"description": "username defines the username used to authenticate with GitHub API.\n\ncompatible:\n * source\n * condition"
12185
12185
},
12186
12186
"versionfilter": {
12187
12187
"properties": {
@@ -12204,7 +12204,7 @@
12204
12204
},
12205
12205
"additionalProperties": false,
12206
12206
"type": "object",
12207
-
"description": "[s] VersionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest."
12207
+
"description": "versionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest.\n\ndefault: latest\n\ncompatible:\n * source"
12208
12208
},
12209
12209
"typefilter": {
12210
12210
"properties": {
@@ -12227,15 +12227,15 @@
12227
12227
},
12228
12228
"additionalProperties": false,
12229
12229
"type": "object",
12230
-
"description": "[s][c] TypeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule"
12230
+
"description": "typeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule\n\ndefault:\n * draft: false\n * prerelease: false\n * release: true\n * latest: false\n\ncompatible:\n * source\n\t* condition"
12231
12231
},
12232
12232
"tag": {
12233
12233
"type": "string",
12234
-
"description": "[c] Tag allows to check for a specific release tag, default to source output"
12234
+
"description": "tag allows to check for a specific release tag, release tag hash, or release title depending on a the parameter key.\n\ncompatible:\n * condition\n\ndefault: source input"
12235
12235
},
12236
12236
"key": {
12237
12237
"type": "string",
12238
-
"description": "\"key\" of the tag object to retrieve.\n\n Accepted values: ['name','hash'].\n\n Default: 'name'\n Compatible:\n * source\n * condition"
12238
+
"description": "\"key\" defines the GitHub release information we are looking for.\nIt accepts one of the following inputs:\n * \"name\": returns the \"latest\" tag name\n * \"hash\": returns the commit associated with the latest tag name\n * \"title\": returns the latest release title\n\naccepted values:\n * taghash\n * tagname\n * title\n * hash (deprecated)\n * name (deprecated)\n\ndefault: 'tagname'\n\ncompatible:\n * source\n * condition"
"description": "[s][c] Repository specifies the name of a repository for a specific owner"
19413
+
"description": "repository defines the repository name to interact with.\n\nrequired: true\n\ncompatible:\n * source\n * condition"
19414
19414
},
19415
19415
"token": {
19416
19416
"type": "string",
19417
-
"description": "[s][c] Token specifies the credential used to authenticate with"
19417
+
"description": "token defines the GitHub personal access token used to authenticate with.\n\nmore information on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens\n\nrequired: true\n\ncompatible:\n * source\n * condition"
19418
19418
},
19419
19419
"url": {
19420
19420
"type": "string",
19421
-
"description": "[s][c] URL specifies the default github url in case of GitHub enterprise"
19421
+
"description": "URL defines the default github url in case of GitHub enterprise.\n\ndefault: https://github.com\n\ncompatible:\n * source\n * condition"
19422
19422
},
19423
19423
"username": {
19424
19424
"type": "string",
19425
-
"description": "[s][c] Username specifies the username used to authenticate with GitHub API"
19425
+
"description": "username defines the username used to authenticate with GitHub API.\n\ncompatible:\n * source\n * condition"
19426
19426
},
19427
19427
"versionfilter": {
19428
19428
"properties": {
@@ -19445,7 +19445,7 @@
19445
19445
},
19446
19446
"additionalProperties": false,
19447
19447
"type": "object",
19448
-
"description": "[s] VersionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest."
19448
+
"description": "versionFilter provides parameters to specify version pattern and its type like regex, semver, or just latest.\n\ndefault: latest\n\ncompatible:\n * source"
19449
19449
},
19450
19450
"typefilter": {
19451
19451
"properties": {
@@ -19468,15 +19468,15 @@
19468
19468
},
19469
19469
"additionalProperties": false,
19470
19470
"type": "object",
19471
-
"description": "[s][c] TypeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule"
19471
+
"description": "typeFilter specifies the GitHub Release type to retrieve before applying the versionfilter rule\n\ndefault:\n * draft: false\n * prerelease: false\n * release: true\n * latest: false\n\ncompatible:\n * source\n\t* condition"
19472
19472
},
19473
19473
"tag": {
19474
19474
"type": "string",
19475
-
"description": "[c] Tag allows to check for a specific release tag, default to source output"
19475
+
"description": "tag allows to check for a specific release tag, release tag hash, or release title depending on a the parameter key.\n\ncompatible:\n * condition\n\ndefault: source input"
19476
19476
},
19477
19477
"key": {
19478
19478
"type": "string",
19479
-
"description": "\"key\" of the tag object to retrieve.\n\n Accepted values: ['name','hash'].\n\n Default: 'name'\n Compatible:\n * source\n * condition"
19479
+
"description": "\"key\" defines the GitHub release information we are looking for.\nIt accepts one of the following inputs:\n * \"name\": returns the \"latest\" tag name\n * \"hash\": returns the commit associated with the latest tag name\n * \"title\": returns the latest release title\n\naccepted values:\n * taghash\n * tagname\n * title\n * hash (deprecated)\n * name (deprecated)\n\ndefault: 'tagname'\n\ncompatible:\n * source\n * condition"
0 commit comments