Skip to content

Commit dc00d22

Browse files
Updated dummy alert message for the examples
1 parent 5e1360a commit dc00d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-examples-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Update README
6868
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
7070
working-directory: testapps/${{ matrix.project }}
7171

7272
# NOT publishing here

.github/workflows/publish-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Update README
6969
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
7171
working-directory: testapps/${{ matrix.project }}
7272

7373
- name: Commit & Push files

0 commit comments

Comments
 (0)