You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
header="<p align=\"center\"><strong>π¨π¨π¨ This repo is just a dummy π¨π¨π¨</strong><br>Submit issues in the <a href=\"https://github.com/tolgee/tolgee-js\" target=\"_blank\"><strong>monorepo</strong></a> or <a href=\"https://github.com/tolgee/tolgee-js/tree/main/testapps/$project\" target=\"_blank\"><strong>check the source code here</strong></a>.</p>"
Copy file name to clipboardExpand all lines: .github/workflows/publish-examples-check.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ jobs:
66
66
67
67
- name: Update README
68
68
run: |
69
-
echo '<p align="center"><strong>π¨π¨π¨ This repo is just a dummy π¨π¨π¨</strong><br>Submit issues in the <a href="https://github.com/tolgee/tolgee-js" target="_blank"><strong>monorepo</strong></a> or <a href="https://github.com/tolgee/tolgee-js/tree/main/testapps/${{ matrix.project }}" target="_blank"><strong>check the source code here</strong></a>.</p>' | cat - README.md > temp && mv temp README.md
echo '<p align="center"><strong>π¨π¨π¨ This repo is just a dummy π¨π¨π¨</strong><br>Submit issues in the <a href="https://github.com/tolgee/tolgee-js" target="_blank"><strong>monorepo</strong></a> or <a href="https://github.com/tolgee/tolgee-js/tree/main/testapps/${{ matrix.project }}" target="_blank"><strong>check the source code here</strong></a>.</p>' | cat - README.md > temp && mv temp README.md
0 commit comments