From b957beafe5f10e3372980996e637239c6c638624 Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Tue, 22 Apr 2025 13:56:49 +0100 Subject: [PATCH] main.yml - add /swift-openapi-runtime as safe directory Add /swift-openapi-runtime as safe directory. This is already set in the pull request yaml but is missing here --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fad32b..06fa2fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: - id: generate-matrix run: echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT" env: - MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq + MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-runtime MATRIX_LINUX_COMMAND: ./scripts/run-integration-test.sh MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false