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
Copy file name to clipboardExpand all lines: .github/workflows/publish-examples-check.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ jobs:
66
66
67
67
- name: Update README
68
68
run: |
69
-
echo '> This repository is just a dummy. Submit issues [in monorepo](https://github.com/tolgee/tolgee-js) or [check the source code here](https://github.com/tolgee/tolgee-js/tree/main/testapps/${{ matrix.project }}).' | cat - README.md > temp && mv temp README.md
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
Copy file name to clipboardExpand all lines: .github/workflows/publish-examples.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ jobs:
67
67
68
68
- name: Update README
69
69
run: |
70
-
echo '> This repo is just a dummy. Submit issues [in monorepo](https://github.com/tolgee/tolgee-js) or [check the source code here](https://github.com/tolgee/tolgee-js/tree/main/testapps/${{ matrix.project }}).' | cat - README.md > temp && mv temp README.md
70
+
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