diff options
author | Marc-Andre Giroux <xuorig@github.com> | 2020-07-27 14:16:28 -0400 |
---|---|---|
committer | Marc-Andre Giroux <xuorig@github.com> | 2020-07-27 14:16:28 -0400 |
commit | 42a6dfeae9102c3af44a2fa7eb6e94cdc922f350 (patch) | |
tree | d029abfe6fe8c8b30bb1423afdce2bde05b7c7af /descriptions/api.github.com/dereferenced/api.github.com.deref.yaml | |
parent | 3577ba2cd47058e82cf206ebdf53af41140997cd (diff) | |
download | rest-api-description-42a6dfeae9102c3af44a2fa7eb6e94cdc922f350.tar.gz rest-api-description-42a6dfeae9102c3af44a2fa7eb6e94cdc922f350.zip |
Update OpenAPI Descriptionv0.0.2
- Addresses invalid YAML multiline strings
- Fixes an invalid default property on the
actions/create-workflow-dispatch operation
Diffstat (limited to 'descriptions/api.github.com/dereferenced/api.github.com.deref.yaml')
-rw-r--r-- | descriptions/api.github.com/dereferenced/api.github.com.deref.yaml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 5fafbf465..6d267ea41 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -127859,9 +127859,9 @@ paths: inputs: type: object description: Input keys and values configured in the workflow file. - The maximum number of properties is 10. - default: Any default properties configured in the workflow file - will be used when `inputs` are omitted. + The maximum number of properties is 10. Any default properties + configured in the workflow file will be used when `inputs` are + omitted. additionalProperties: type: string maxProperties: 10 @@ -221745,9 +221745,7 @@ paths: - type example: tag: v0.0.1 - message: 'initial version - -' + message: initial version object: c3d0be41ecbe669545ee3e94d31ed9a4bc91ee3c type: commit tagger: @@ -222214,9 +222212,7 @@ paths: examples: default: value: - content: 'Q29udGVudCBvZiB0aGUgYmxvYg== - -' + content: Q29udGVudCBvZiB0aGUgYmxvYg== encoding: base64 url: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 |