Skip to content

Commit 0595a7b

Browse files
committed
fix reusable workflows (hopefully)
1 parent aa0afa3 commit 0595a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33

44
on:
55
workflow_call:
6-
inputs:
6+
# inputs:
77
# go-version:
88
# required: true
99
# type: string

.github/workflows/github-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create Github Release
33

44
on:
55
workflow_call:
6-
inputs:
6+
# inputs:
77
# binary:
88
# type: string
99
# required: true

0 commit comments

Comments
 (0)