Skip to content

Commit

Permalink
Update csvupdate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gioxx authored Sep 24, 2024
1 parent 88a393b commit 723bc4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/csvupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
else
echo "Files are different. Update required."
echo "::set-output name=files_identical::false"
fi
- name: Replace CSV file if necessary
if: steps.compare_files.outputs.files_identical == 'false'
run: |
Expand Down

0 comments on commit 723bc4f

Please sign in to comment.