Skip to content

Commit

Permalink
fix reusable workflows (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Nov 27, 2022
1 parent aa0afa3 commit 0595a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build

on:
workflow_call:
inputs:
# inputs:
# go-version:
# required: true
# type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Github Release

on:
workflow_call:
inputs:
# inputs:
# binary:
# type: string
# required: true
Expand Down

0 comments on commit 0595a7b

Please sign in to comment.