Skip to content

Commit

Permalink
adds default for project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Nov 11, 2024
1 parent e5ab31b commit de376dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_plugin_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
workflow_call:
inputs:
project_name:
required: true
required: false
type: string
default: "New Plugin"
project_slug:
required: false
type: string
Expand Down

0 comments on commit de376dc

Please sign in to comment.