Skip to content

Commit

Permalink
rework compare-base action
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 14, 2024
1 parent 5bbb175 commit 5b47446
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/actions/compare-base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ runs:
steps:
- name: 'MERGE: Install base generator-jhipster'
run: |
mkdir -p "${{ github.workspace }}/base/jhipster-kotlin"
cd "${{ github.workspace }}/base/jhipster-kotlin"
git clone "${{ github.workspace }}/jhipster-kotlin" .
git checkout @~1
git log
cd "${{ github.workspace }}/jhipster-kotlin"
git restore -s @~1 .
npm install
cp "${{ github.workspace }}/jhipster-kotlin"/cli/cli.cjs cli/
git checkout cli/cli.cjs
shell: bash
- name: 'MERGE: merge base config'
id: base-config
Expand Down

0 comments on commit 5b47446

Please sign in to comment.