Skip to content

Commit

Permalink
udpate flow
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Apr 4, 2024
1 parent 22ca88f commit d7a0dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flow-update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ jobs:
sed -i 's/\[32m//g' README.md
sed -i 's/\[33m//g' README.md
sed -i 's/\[39m//g' README.md
sed -i '/↓/d' README.md
sed -i '/↓|❯|•/d' README.md
egrep -v '↓|❯|•' README.md > README.md.tmp && mv README.md.tmp README.md
- name: Commit
Expand Down

0 comments on commit d7a0dfb

Please sign in to comment.