Skip to content

Commit

Permalink
chore: add example apps dummy warning (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 authored May 31, 2024
1 parent c7c4638 commit a8b3b29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-examples-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions .github/workflows/publish-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit a8b3b29

Please sign in to comment.