Skip to content

Commit

Permalink
adjust sample-app ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 committed Feb 8, 2024
1 parent b21f536 commit b8c3ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: 'SETUP: checkout jhipster-sample-app-react-native'
with:
token: ${{ secrets.SAMPLE_GITHUB_TOKEN || github.token }}
repository: ruddell/jhipster-sample-app-react-native
repository: hide212131/jhipster-sample-app-react-native
path: sample-app
- name: 'SETUP: git history'
run: cd generator-jhipster-react-native && git --no-pager log -n 10 --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) <%an>%Creset' --abbrev-commit
Expand All @@ -64,7 +64,7 @@ jobs:
find . -not -name ".yo-rc.json" -type f -maxdepth 1 -delete
rm .git/index
rm -rf app assets e2e patches storybook test
jhipster --no-insight --skip-checks --skip-install --force --with-entities
jhipster --no-insight --skip-checks --skip-install --force
# jhipster heroku --no-insight --skip-install --force --skip-deploy
# sed -i.backup "s~http://localhost:8080/~https://jh-sample-app-react-native-api.herokuapp.com/~g" app/config/app-config.js
# rm app/config/app-config.js.backup
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: ad-m/github-push-action@master
with:
repository: ruddell/jhipster-sample-app-react-native
repository: hide212131/jhipster-sample-app-react-native
github_token: ${{ secrets.SAMPLE_GITHUB_TOKEN }}
directory: sample-app
tags: true

0 comments on commit b8c3ba3

Please sign in to comment.