Skip to content

Commit

Permalink
fix for build-aleph-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Dec 6, 2024
1 parent 50bc47f commit cd03969
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_build-aleph-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
type: string
required: true
repository:
description: 'Repository name with owner. For example, actions/checkout. Default: ${{
github.repository }}'
description: 'Repository name with owner. For example, actions/checkout. Default:
github.repository'
required: false
type: string
default: ${{ github.repository }}
production:
description: 'Set to true to build production binary, otherwise set to false'
Expand Down

0 comments on commit cd03969

Please sign in to comment.