From ffe612bab307828f085c6315c6395eeb6d50aa11 Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Fri, 26 Jan 2024 21:21:32 +0800 Subject: [PATCH] fix: checkout format --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index cf04943..cbc4fea 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.PROJECT_TOKEN }} + token: ${{ secrets.PROJECT_TOKEN }} - name: Modify SDK for integration test run: | sed -i '' -e "s#private(set) var bundleSequenceId: Int#private(set) var bundleSequenceId: Int\n var allEventJson: String = \"\"#g" Sources/Clickstream/Dependency/Clickstream/Analytics/EventRecorder.swift