From 9b02bfd59a81ecaaa75917cc023cc994af922731 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Sat, 23 Sep 2023 17:11:59 -0300 Subject: [PATCH] fix git command --- .github/workflows/test-integration-jwt.yml | 1 + .github/workflows/test-integration-microservice.yml | 1 + .github/workflows/test-integration-oauth.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/test-integration-jwt.yml b/.github/workflows/test-integration-jwt.yml index 9343b8857..8b7444f73 100644 --- a/.github/workflows/test-integration-jwt.yml +++ b/.github/workflows/test-integration-jwt.yml @@ -81,6 +81,7 @@ jobs: dotnet-version: '7.0.x' - name: git history run: 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 + working-directory: ${{ github.workspace }}/jhipster-dotnetcore - name: PREPARE jhipster env working-directory: ${{ github.workspace }}/jhipster-dotnetcore run: npm ci && npm link diff --git a/.github/workflows/test-integration-microservice.yml b/.github/workflows/test-integration-microservice.yml index cfbe39da4..f1da2c001 100644 --- a/.github/workflows/test-integration-microservice.yml +++ b/.github/workflows/test-integration-microservice.yml @@ -50,6 +50,7 @@ jobs: dotnet-version: '7.0.x' - name: git history run: 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 + working-directory: ${{ github.workspace }}/jhipster-dotnetcore - name: PREPARE jhipster env working-directory: ${{ github.workspace }}/jhipster-dotnetcore run: npm ci && npm link diff --git a/.github/workflows/test-integration-oauth.yml b/.github/workflows/test-integration-oauth.yml index a352ba1e3..0e93d3cea 100644 --- a/.github/workflows/test-integration-oauth.yml +++ b/.github/workflows/test-integration-oauth.yml @@ -74,6 +74,7 @@ jobs: dotnet-version: '7.0.x' - name: git history run: 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 + working-directory: ${{ github.workspace }}/jhipster-dotnetcore - name: PREPARE jhipster env working-directory: ${{ github.workspace }}/jhipster-dotnetcore run: npm ci && npm link