From 1ebfc2e424afccc60945c8577329a73004c7dbce Mon Sep 17 00:00:00 2001 From: Alexandre Bergel Date: Thu, 20 Jun 2024 14:56:45 +0200 Subject: [PATCH] trying... --- .github/workflows/get_line_numbers.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/get_line_numbers.yml b/.github/workflows/get_line_numbers.yml index 98c1f14..93b9840 100644 --- a/.github/workflows/get_line_numbers.yml +++ b/.github/workflows/get_line_numbers.yml @@ -9,5 +9,8 @@ jobs: - name: Find changed lines id: changed_lines uses: hestonhoffman/changed-lines@v1 - - name: Print changed lines + - name: Print changed lines as json + run: echo ${{ steps.changed_lines.outputs }} + + - name: Print changed lines2 run: echo ${{ steps.changed_lines.outputs.changed_lines }} \ No newline at end of file