Skip to content

Commit 5e4680e

Browse files
Update ci.yml
1 parent 4cf8bb3 commit 5e4680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
bin/rspec
2121
- name: Upload test results to BuildPulse for flaky test detection
2222
if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled.
23-
uses: buildpulse/buildpulse-action@master
23+
uses: buildpulse/buildpulse-action@main
2424
with:
2525
account: 68192324 # Replace this value with your BuildPulse account ID
2626
repository: 238705816 # Replace this value with your BuildPulse repository ID

0 commit comments

Comments
 (0)