Skip to content

Commit 02e2b20

Browse files
authored
test2
1 parent 3833804 commit 02e2b20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-forge-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Trigger SDK Generation
15-
uses: the-codegen-project/github-action@v0.2.0
15+
uses: the-codegen-project/github-action@v0.2.1
1616
with:
1717
spec_id: 4aa2cde8-3976-4b0a-b9b8-4fef6d440e0e
1818
api_token: ${{ secrets.CODEFORGE_API_TOKEN }}

example/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.1
22
info:
33
title: Sample API
44
description: A sample API to demonstrate OpenAPI specification
5-
version: 1.0.2
5+
version: 1.0.3
66
servers:
77
- url: https://api.example.com/v1
88
paths:

0 commit comments

Comments
 (0)