From 479c46d2d1d46b6d2323218af1a0f34efbdb8830 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 22 Apr 2024 16:56:08 +0200 Subject: [PATCH] fixed repo name having owner --- .github/workflows/cmd-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmd-action.yml b/.github/workflows/cmd-action.yml index 81cb0a7c6a3bc..07488e761ea02 100644 --- a/.github/workflows/cmd-action.yml +++ b/.github/workflows/cmd-action.yml @@ -61,7 +61,7 @@ jobs: run: echo "Command failed!" - name: Check changes run: | - git config --global --add safe.directory /__w/${{ github.repository }}/${{ github.repository }} + git config --global --add safe.directory /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }} git config --system user.name command-bot git config --system user.email "github@users.noreply.github.com" git status