Skip to content

Commit

Permalink
Add comment as first line.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 21, 2024
1 parent fe77201 commit 4d1ca61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ runs:
- name: Analyze result
shell: python
run: |
# Analyze result
error_prefix = 'ERROR:'
with open('import.log', 'r', encoding='utf-8') as f:
for line in f:
Expand Down

0 comments on commit 4d1ca61

Please sign in to comment.