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