Skip to content

Commit

Permalink
Ignore diff.py exit code (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli authored Jul 10, 2024
1 parent 266d9c2 commit 942ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmp_geckostrings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Compare content
run: |
diff=$(python l10n/_scripts/diff.py l10n gecko-strings --ignore LICENSE README.md)
diff=$(python l10n/_scripts/diff.py l10n gecko-strings --ignore LICENSE README.md || true)
if [[ -n "$diff" ]]; then
echo "### There are differences between the two repositories" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 942ef78

Please sign in to comment.