fix
This commit is contained in:
@@ -45,6 +45,15 @@ runs:
|
||||
- name: "Find files."
|
||||
id: find
|
||||
run: |
|
||||
NAME="Find"
|
||||
echo "::group::$NAME - Inputs"
|
||||
echo "${{ toJSON(inputs) }}"
|
||||
echo "::endgroup::"
|
||||
|
||||
bash "${{ github.action_path }}/find.sh" "${{ inputs.path }}" "${{ inputs.pattern }}" "${{ inputs.type }}" \
|
||||
"${{ inputs.maxDepth }}" "${{ inputs.minDepth }}" "${{ inputs.size }}" "${{ inputs.modified }}" "${{ inputs.additionalArgs }}"
|
||||
|
||||
echo "::group::$NAME - Outputs"
|
||||
cat "$GITHUB_OUTPUT"
|
||||
echo "::endgroup::"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user