diff --git a/.github/workflows/sample-app.yml b/.github/workflows/sample-app.yml index 5518c2d57..4c933fc25 100644 --- a/.github/workflows/sample-app.yml +++ b/.github/workflows/sample-app.yml @@ -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 @@ -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 @@ -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