mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Support new branches with multiple commits (#25)
Add support for newly created branches with multiple commits
This commit is contained in:
@@ -12,6 +12,14 @@ inputs:
|
||||
description: "The path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set)"
|
||||
required: true
|
||||
default: "${{ github.repository }}"
|
||||
BEFORE:
|
||||
description: "The SHA of the last pushed commit (automatically set)"
|
||||
required: true
|
||||
default: "${{ github.event.before }}"
|
||||
COMMITS:
|
||||
description: "An array of commit objects describing the pushed commits"
|
||||
required: true
|
||||
default: "${{ toJSON(github.event.commits) }}"
|
||||
SHA:
|
||||
description: "The SHA of the latest commit (automatically set)"
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user