We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405d165 commit 0e7ca63Copy full SHA for 0e7ca63
.github/workflows/update-lint-and-build.yml
@@ -42,6 +42,7 @@ jobs:
42
TX_TOKEN: ${{ secrets.TX_TOKEN }}
43
- name: Update README.md
44
run: python -Werror -m cogapp -rP README.md
45
+ if: ${{ hashFiles('README.md') != '' }}
46
env:
47
48
- name: Update README.en.md
0 commit comments