Skip to content

Commit

Permalink
trying...
Browse files Browse the repository at this point in the history
  • Loading branch information
bergel committed Jun 20, 2024
1 parent 07fb6b7 commit 1ebfc2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/get_line_numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1ebfc2e

Please sign in to comment.