mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +00:00
chore: change sha
to non-required
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
This commit is contained in:
parent
eada3203b5
commit
62aa9ed8ce
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ inputs:
|
||||||
default: ""
|
default: ""
|
||||||
sha:
|
sha:
|
||||||
description: "Specify a different commit SHA used for comparing changes"
|
description: "Specify a different commit SHA used for comparing changes"
|
||||||
required: true
|
required: false
|
||||||
default: ${{ github.sha }}
|
default: ${{ github.sha }}
|
||||||
base_sha:
|
base_sha:
|
||||||
description: "Specify a different base commit SHA used for comparing changes"
|
description: "Specify a different base commit SHA used for comparing changes"
|
||||||
|
|
Loading…
Reference in a new issue