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:
commit
b4f323482c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue