File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,15 @@ runs:
6969 junit-paths : junit.xml
7070 org-slug : trunk
7171 token : ${{ inputs.trunk-prod-token }}
72+ variant : ${{ runner.os }}
7273 continue-on-error : true
7374 env :
7475 TRUNK_PUBLIC_API_ADDRESS : https://api.trunk.io
7576
7677 - name : Upload staging results
7778 # TODO(Tyler): Add upload on Windows once the action supports it.
7879 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
8081 with :
8182 junit-paths : junit.xml
8283 org-slug : trunk-staging-org
Original file line number Diff line number Diff line change @@ -123,14 +123,15 @@ runs:
123123 junit-paths : junit.xml
124124 org-slug : trunk
125125 token : ${{ inputs.trunk-prod-token }}
126+ variant : ${{ runner.os }}
126127 continue-on-error : true
127128 env :
128129 TRUNK_PUBLIC_API_ADDRESS : https://api.trunk.io
129130
130131 - name : Upload staging results
131132 # TODO(Tyler): Add upload on Windows once the action supports it.
132133 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
134135 with :
135136 junit-paths : junit.xml
136137 org-slug : trunk-staging-org
Original file line number Diff line number Diff line change @@ -86,14 +86,15 @@ runs:
8686 junit-paths : junit.xml
8787 org-slug : trunk
8888 token : ${{ inputs.trunk-prod-token }}
89+ variant : ${{ runner.os }}
8990 continue-on-error : true
9091 env :
9192 TRUNK_PUBLIC_API_ADDRESS : https://api.trunk.io
9293
9394 - name : Upload staging results
9495 # TODO(Tyler): Add upload on Windows once the action supports it.
9596 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
9798 with :
9899 junit-paths : junit.xml
99100 org-slug : trunk-staging-org
You can’t perform that action at this time.
0 commit comments