Skip to content

Commit 75e8890

Browse files
committed
Add lib-version parameter for ImGui and ImGuiImpl in create-pr workflows
1 parent a9180ea commit 75e8890

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cmake-backends.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
uses: JunaMeinhold/cmake-actions/.github/workflows/[email protected]
118118
with:
119119
lib-name: "ImGuiImpl"
120+
lib-version: "v1.92.1"
120121
pr-base-branch: "master"
121122
pr-reviewers: JunaMeinhold
122123
pr-branch: backends-artifacts

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
uses: JunaMeinhold/cmake-actions/.github/workflows/[email protected]
8585
with:
8686
lib-name: "ImGui"
87+
lib-version: "v1.92.1"
8788
pr-base-branch: "master"
8889
pr-reviewers: JunaMeinhold
8990
pr-branch: imgui-artifacts

0 commit comments

Comments
 (0)