diff --git a/utils/find-first/action.yaml b/utils/find-first/action.yaml index 29b6262..cd2e92a 100644 --- a/utils/find-first/action.yaml +++ b/utils/find-first/action.yaml @@ -73,5 +73,5 @@ runs: id: extract run: | bash "${{ github.action_path }}/find-first.sh" "${{ steps.find.outputs.files }}" - echo "$GITHUB_OUTPUT" + cat "$GITHUB_OUTPUT" shell: bash