From 6b1fd739f426623aeac88fe9c03c763caa20029f Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Mon, 1 Jan 2024 23:38:50 +0100 Subject: [PATCH] add as safe directory --- .github/workflows/go.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a275c8e..9a0c85a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,11 +7,6 @@ on: branches: [ develop, master ] jobs: - setup: - runs-on: int-runner-set - container: - image: ci-image:v1.0.0 - options: --user 1001 build: name: Build runs-on: ubuntu-latest @@ -29,6 +24,8 @@ jobs: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory uses: actions/checkout@v4 + - name: Set up git ownershi + run: git config --system --add safe.directory /__w/agent/agent - name: Get dependencies run: cd machinery && go mod download - name: Build