From 7b0d4a5c0d79873201438e62c471b147e426ac0c Mon Sep 17 00:00:00 2001 From: Sid Dange Date: Tue, 13 Feb 2024 14:26:57 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd2d049..5db6f49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled. - uses: buildpulse/buildpulse-action@master + uses: buildpulse/buildpulse-action@main with: account: 68192324 # Replace this value with your BuildPulse account ID repository: 346854346 # Replace this value with your BuildPulse repository ID