Skip to content

Commit d24ee3e

Browse files
committed
Use head SHA as ref in report
1 parent 2240496 commit d24ee3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/sqs/process

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ REF="$BASE" ./bench || reportFailure
5050
aws sqs change-message-visibility --receipt-handle "$RECEIPT_HANDLE" --queue-url "$QUEUE_URL" --visibility-timeout 30
5151

5252
# Generate report based on tests
53-
PR="$PR" REF="$BASE" ./report > "docs/$BASE.md"
53+
PR="$PR" REF="$HEAD_SHA" ./report > "docs/$BASE.md"
5454
cat "docs/$BASE.md"
5555
./aws/s3/generate-and-upload-site
5656
rm "docs/$BASE.md"

0 commit comments

Comments
 (0)