Update action.yml
This commit is contained in:
parent
69cb60a7bb
commit
1bc25030ee
@ -66,10 +66,6 @@ inputs:
|
|||||||
description: "Specify a relative path under $GITHUB_WORKSPACE to locate the repository"
|
description: "Specify a relative path under $GITHUB_WORKSPACE to locate the repository"
|
||||||
required: false
|
required: false
|
||||||
default: "."
|
default: "."
|
||||||
use_fork_point:
|
|
||||||
description: "Finds best common ancestor between two commits to use in a three-way merge as the base_sha"
|
|
||||||
default: "false"
|
|
||||||
required: false
|
|
||||||
quotepath:
|
quotepath:
|
||||||
description: "Output filenames completely verbatim by setting this to false"
|
description: "Output filenames completely verbatim by setting this to false"
|
||||||
default: "true"
|
default: "true"
|
||||||
@ -207,7 +203,6 @@ runs:
|
|||||||
INPUT_SHA: ${{ steps.sha.outputs.sha }}
|
INPUT_SHA: ${{ steps.sha.outputs.sha }}
|
||||||
INPUT_BASE_SHA: ${{ steps.base-sha.outputs.base_sha }}
|
INPUT_BASE_SHA: ${{ steps.base-sha.outputs.base_sha }}
|
||||||
INPUT_PATH: ${{ inputs.path }}
|
INPUT_PATH: ${{ inputs.path }}
|
||||||
INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }}
|
|
||||||
- name: Glob match
|
- name: Glob match
|
||||||
uses: tj-actions/glob@v13
|
uses: tj-actions/glob@v13
|
||||||
id: glob
|
id: glob
|
||||||
|
Loading…
x
Reference in New Issue
Block a user