From 489cb6d617515a20b2b4174984f7d562d0ab20ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Estev=C3=A3o?= Date: Fri, 2 Aug 2024 13:52:21 +0000 Subject: [PATCH] fix command --- .github/workflows/base-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base-build.yml b/.github/workflows/base-build.yml index cbcc3f3..8ce4f3f 100644 --- a/.github/workflows/base-build.yml +++ b/.github/workflows/base-build.yml @@ -50,7 +50,7 @@ jobs: sed -i "s|\(FROM.*:\).*|\1${TAG}|" ./resources/docker/Dockerfile-devcontainer - name: Commit changes run: | - echo "git remote -v" + git remote -v git config --global user.email "farmvibesaicd@microsoft.com" git config --global user.name "FarmVibes.AI Release Pipeline" BRANCH=update-base-${{ github.run_id }}