From e6cc07536482b0f03c2c7bd4f5f68d5cf93c1aa5 Mon Sep 17 00:00:00 2001 From: Bernhard Hensler <89590092+bhr-private@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:25:58 +0200 Subject: [PATCH] Update main_bhrpetstorepetservice.yml --- .github/workflows/main_bhrpetstorepetservice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_bhrpetstorepetservice.yml b/.github/workflows/main_bhrpetstorepetservice.yml index 7c46b9d..d8048e4 100644 --- a/.github/workflows/main_bhrpetstorepetservice.yml +++ b/.github/workflows/main_bhrpetstorepetservice.yml @@ -22,8 +22,8 @@ jobs: - uses: actions/checkout@v2 - name: Update the version.json - run: echo -n -e "{\"version\":\"${{ github.sha }}\",\"date\":\"$(date '+%m-%d-%Y %H:%M:%S')\"}" > petstore/petstoreapp/src/main/resources/static/content/version.json - - run: cat petstore/petstoreapp/src/main/resources/static/content/version.json + run: echo -n -e "{\"version\":\"${{ github.sha }}\",\"date\":\"$(date '+%m-%d-%Y %H:%M:%S')\"}" > petstore/petstoreapp/src/main/resources/version.json + - run: cat petstore/petstoreapp/src/main/resources/version.json - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2