Skip to content

Commit

Permalink
Merge branch 'main' into password_markup_manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Yullia authored Feb 29, 2024
2 parents 1d690d5 + e615f76 commit 1ee93c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
- name: Get diff for review
run: |
# in case of difference - diff returns failure
if ! diff --color=always review_base/review_base.txt review_head/review_head.txt &>review_diff.txt; then
ansi2html --style 'pre {font-family: monospace; font-size: large}' <review_diff.txt >review_diff.html
if ! diff --color=auto review_base/review_base.txt review_head/review_head.txt &>review_diff.txt; then
while IFS= read -r line; do echo -n $line; echo -e '\033[m'; done <review_diff.txt | ansi2html --style 'pre {font-family: monospace; font-size: large}' >review_diff.html
else
touch review_diff.html
fi
Expand Down
2 changes: 1 addition & 1 deletion snapshot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 20240227_2215
# 20240229_0932
- id: pBfFrJ0X
sha: 2abd898038aa362391856f91fd4f5abe33e1e88a
tag: v3.3.2-1-g2abd898
Expand Down

0 comments on commit 1ee93c0

Please sign in to comment.