mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Remove optional chain as it is not supported
This commit is contained in:
parent
9867ed27cd
commit
550a8c0d96
@ -23,7 +23,7 @@ inputs:
|
||||
DIFF_URL:
|
||||
description: "The URL to use to get the diff (automatically set)"
|
||||
required: true
|
||||
default: "${{ github.event.pull_request?.diff_url }}"
|
||||
default: "${{ github.event.pull_request.diff_url }}"
|
||||
SHA:
|
||||
description: "The SHA of the latest commit (automatically set)"
|
||||
required: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user