From a8b3b2944974de1064d1e5a3bfd63f42fa073f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Fri, 31 May 2024 10:56:41 +0200 Subject: [PATCH] chore: add example apps dummy warning (#3338) --- .github/workflows/publish-examples-check.yml | 5 +++++ .github/workflows/publish-examples.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/publish-examples-check.yml b/.github/workflows/publish-examples-check.yml index 33825ff7fe..6adeb3c5fc 100644 --- a/.github/workflows/publish-examples-check.yml +++ b/.github/workflows/publish-examples-check.yml @@ -62,4 +62,9 @@ jobs: working-directory: testapps/${{ matrix.project }} + - name: Update README + run: | + 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 + working-directory: testapps/${{ matrix.project }} + # NOT publishing here diff --git a/.github/workflows/publish-examples.yml b/.github/workflows/publish-examples.yml index cbc68881bb..37c1c7b204 100644 --- a/.github/workflows/publish-examples.yml +++ b/.github/workflows/publish-examples.yml @@ -63,6 +63,11 @@ jobs: working-directory: testapps/${{ matrix.project }} + - name: Update README + run: | + 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 + working-directory: testapps/${{ matrix.project }} + - name: Commit & Push files run: | git add .