Skip to content

Commit

Permalink
fix: missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
clFaster committed Dec 21, 2024
1 parent 8f52e91 commit 087b0c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
inputs:
VERSION:
description: "The version of the addon to build"
type: string
required: false

workflow_call:
inputs:
VERSION:
required: false
description: "The version of the addon to build"
type: string
required: false
push:
branches:
- main
Expand Down

0 comments on commit 087b0c8

Please sign in to comment.