Skip to content

Commit

Permalink
core: update action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 3, 2024
1 parent 4d732aa commit 1f998c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,22 @@ inputs:
required: false
default: "yes"

pr_branch_name:
description: "PR BRANCH NAME"
required: false
default: "sample PR"

pr_title:
description: "PR TITLE NAME"
required: false
default: "sample PR title"

pr_body:
description: "PR BODY"
required: false
default: "sample PR BODy"


runs:
using: "node20"
main: "dist/index.js"
Expand Down

0 comments on commit 1f998c6

Please sign in to comment.