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

Commit

Permalink
fix: Add Inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jul 29, 2022
1 parent 7a61853 commit cbe1a25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/goreleaser-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: GoReleaser Build
on:
workflow_call:
go_version:
required: false
type: string
inputs:
go_version:
required: false
type: string

jobs:
build:
Expand Down

0 comments on commit cbe1a25

Please sign in to comment.