3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-03-05 21:06:25 +00:00

Merge pull request #767 from kenji-miyake/fix-sha-required

chore: change `sha` to non-required
This commit is contained in:
Tonye Jack 2022-11-06 08:51:51 -07:00 committed by GitHub
commit b4f323482c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ inputs:
default: ""
sha:
description: "Specify a different commit SHA used for comparing changes"
required: true
required: false
default: ${{ github.sha }}
base_sha:
description: "Specify a different base commit SHA used for comparing changes"