Remove optional chain as it is not supported

This commit is contained in:
Nick DeRobertis 2021-10-24 11:01:51 -04:00
parent 9867ed27cd
commit 550a8c0d96

View File

@ -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