Skip to content

Commit

Permalink
Use json instead of newline separator
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Morgenstern committed Jun 20, 2024
1 parent e7f4296 commit 3cf6915
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
files_ignore: |
**/obsolete/**
write_output_files: true
separator: "\n"
json: true
- name: List changed files
run: cat .github/outputs/all_changed_files.txt
- name: Run fzp checker
Expand Down Expand Up @@ -105,8 +105,8 @@ jobs:
files_ignore: |
**/obsolete/**
write_output_files: true
separator: "\n"
since: "develop"
json: true
sha: develop
- name: List changed files
run: cat .github/outputs/all_changed_files.txt
- name: Run fzp checker
Expand Down

0 comments on commit 3cf6915

Please sign in to comment.