Skip to content

Commit 723c235

Browse files
committed
[feat] Create comment with test run urls on PR
1 parent e97c981 commit 723c235

File tree

5 files changed

+4646
-27
lines changed

5 files changed

+4646
-27
lines changed

action.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ branding:
66
color: 'purple'
77

88
inputs:
9+
github-token:
10+
description: 'GitHub API Access Token'
11+
default: ${{ github.token }}
12+
required: true
913
path:
1014
description: 'Path to the k6 test files'
1115
required: true

0 commit comments

Comments
 (0)