mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Try automatically setting base ref for PRs
This commit is contained in:
parent
ed9392d252
commit
d419ec1f17
@ -15,7 +15,7 @@ inputs:
|
||||
BEFORE:
|
||||
description: "The SHA of the last pushed commit (automatically set)"
|
||||
required: true
|
||||
default: "${{ github.event.before }}"
|
||||
default: "${{ github.event.before || github.base_ref }}"
|
||||
COMMITS:
|
||||
description: "An array of commit objects describing the pushed commits"
|
||||
required: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user