Skip to content

Commit

Permalink
ci(build): add release and production to action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed May 17, 2024
1 parent 2fdd38b commit bdda85d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ on:
number:
type: string
description: "Pull request number that triggers this workflow"
release:
type: boolean
default: false
production:
type: boolean
default: false

run-name: ${{ inputs.title }} ( ${{ format('#{0}', inputs.number) }} )

Expand Down

0 comments on commit bdda85d

Please sign in to comment.