From df00bc19bc4f4f92d026fc46ec65e1d44b583868 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Wed, 31 Jul 2024 16:34:05 +0100 Subject: [PATCH] Update autoupdate.yaml --- .github/workflows/autoupdate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml index c5ac6e8..d8b6160 100644 --- a/.github/workflows/autoupdate.yaml +++ b/.github/workflows/autoupdate.yaml @@ -64,7 +64,7 @@ jobs: run: | export GITHUB_TOKEN=${{ secrets.GHCR_TOKEN }} CI_RUN=${CI} make test - git config --global --add safe.directory /__w/graphql-monitoring-proxy/graphql-monitoring-proxy + git config --global --add safe.directory /__w/semver-generator/semver-generator - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5