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