This commit is contained in:
2025-06-28 22:55:12 -07:00
parent bee04ce498
commit ffe92595fc

View File

@@ -71,5 +71,7 @@ runs:
additionalArgs: ${{ inputs.additionalArgs }} additionalArgs: ${{ inputs.additionalArgs }}
- name: "Extract information about first file." - name: "Extract information about first file."
id: extract id: extract
run: sh "${{ github.action_path }}/find-first.sh" "${{ steps.find.outputs.files }}" run: |
bash "${{ github.action_path }}/find-first.sh" "${{ steps.find.outputs.files }}"
echo "$GITHUB_OUTPUT"
shell: bash shell: bash