Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit cbe1a25

Browse files
committed
fix: Add Inputs
1 parent 7a61853 commit cbe1a25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/goreleaser-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: GoReleaser Build
22
on:
33
workflow_call:
4-
go_version:
5-
required: false
6-
type: string
4+
inputs:
5+
go_version:
6+
required: false
7+
type: string
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)