File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,15 @@ runs:
69
69
junit-paths : junit.xml
70
70
org-slug : trunk
71
71
token : ${{ inputs.trunk-prod-token }}
72
+ variant : ${{ runner.os }}
72
73
continue-on-error : true
73
74
env :
74
75
TRUNK_PUBLIC_API_ADDRESS : https://api.trunk.io
75
76
76
77
- name : Upload staging results
77
78
# TODO(Tyler): Add upload on Windows once the action supports it.
78
79
if : " !cancelled() && runner.os != 'Windows' && inputs.trunk-staging-token != ''"
79
- uses : trunk-io/analytics-uploader@gabe/surface-variant
80
+ uses : trunk-io/analytics-uploader@main
80
81
with :
81
82
junit-paths : junit.xml
82
83
org-slug : trunk-staging-org
Original file line number Diff line number Diff line change @@ -123,14 +123,15 @@ runs:
123
123
junit-paths : junit.xml
124
124
org-slug : trunk
125
125
token : ${{ inputs.trunk-prod-token }}
126
+ variant : ${{ runner.os }}
126
127
continue-on-error : true
127
128
env :
128
129
TRUNK_PUBLIC_API_ADDRESS : https://api.trunk.io
129
130
130
131
- name : Upload staging results
131
132
# TODO(Tyler): Add upload on Windows once the action supports it.
132
133
if : " !cancelled() && runner.os != 'Windows' && inputs.trunk-staging-token != ''"
133
- uses : trunk-io/analytics-uploader@gabe/surface-variant
134
+ uses : trunk-io/analytics-uploader@main
134
135
with :
135
136
junit-paths : junit.xml
136
137
org-slug : trunk-staging-org
Original file line number Diff line number Diff line change @@ -86,14 +86,15 @@ runs:
86
86
junit-paths : junit.xml
87
87
org-slug : trunk
88
88
token : ${{ inputs.trunk-prod-token }}
89
+ variant : ${{ runner.os }}
89
90
continue-on-error : true
90
91
env :
91
92
TRUNK_PUBLIC_API_ADDRESS : https://api.trunk.io
92
93
93
94
- name : Upload staging results
94
95
# TODO(Tyler): Add upload on Windows once the action supports it.
95
96
if : " !cancelled() && runner.os != 'Windows' && inputs.trunk-staging-token != ''"
96
- uses : trunk-io/analytics-uploader@gabe/surface-variant
97
+ uses : trunk-io/analytics-uploader@main
97
98
with :
98
99
junit-paths : junit.xml
99
100
org-slug : trunk-staging-org
You can’t perform that action at this time.
0 commit comments