fix
This commit is contained in:
@@ -72,6 +72,14 @@ runs:
|
||||
- name: "Extract information about first file."
|
||||
id: extract
|
||||
run: |
|
||||
NAME="Find First"
|
||||
echo "::group::$NAME - Inputs"
|
||||
echo "${{ toJSON(inputs) }}"
|
||||
echo "::endgroup::"
|
||||
|
||||
bash "${{ github.action_path }}/find-first.sh" "${{ steps.find.outputs.files }}"
|
||||
|
||||
echo "::group::$NAME - Outputs"
|
||||
cat "$GITHUB_OUTPUT"
|
||||
echo "::endgroup::"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user