We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3833804 commit 02e2b20Copy full SHA for 02e2b20
2 files changed
.github/workflows/code-forge-trigger.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Trigger SDK Generation
15
- uses: the-codegen-project/github-action@v0.2.0
+ uses: the-codegen-project/github-action@v0.2.1
16
with:
17
spec_id: 4aa2cde8-3976-4b0a-b9b8-4fef6d440e0e
18
api_token: ${{ secrets.CODEFORGE_API_TOKEN }}
example/example.yml
@@ -2,7 +2,7 @@ openapi: 3.0.1
2
info:
3
title: Sample API
4
description: A sample API to demonstrate OpenAPI specification
5
- version: 1.0.2
+ version: 1.0.3
6
servers:
7
- url: https://api.example.com/v1
8
paths:
0 commit comments