Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ $(GITHUB_SPEC_DIR):

$(GITHUB_SPEC): $(GITHUB_SPEC_DIR)
curl -sSL $(GITHUB_SPEC_REMOTE) -o $@
patch -f -p1 < specs/patches/github/*patch

github: target/debug/generator $(GITHUB_SPEC)
./target/debug/generator -i $(GITHUB_SPEC) -v 0.3.2 \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
commit 41a997b90c17c3bcc2197db26b8afef4d35fe7c1
Author: Augustus Mayo <[email protected]>
Date: Mon Apr 3 10:27:02 2023 -0500

Fix created param format for GitHub workflow listing

diff --git a/specs/github/api.github.com.json b/specs/github/api.github.com.json
index 66bc0e6..5ec536d 100644
--- a/specs/github/api.github.com.json
+++ b/specs/github/api.github.com.json
@@ -95467,8 +95467,7 @@
"in": "query",
"required": false,
"schema": {
- "type": "string",
- "format": "date-time"
+ "type": "string"
}
},
"run-id": {