Skip to content

Commit

Permalink
Make issue-form-template optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Nov 5, 2024
1 parent 1991c19 commit be811c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ inputs:
required: true
default: ${{ github.event.issue.body }}
issue-form-template:
description: The issue form template file name (e.g. `new-repository.yml`)
required: true
description: The issue form template file name (e.g. `new-repository.yml`).
required: false
workspace:
default: ${{ github.workspace }}
description:
Expand Down

0 comments on commit be811c1

Please sign in to comment.