Skip to content

Commit 01b5283

Browse files
Add variants to prod (#1013)
Adds variants to prod since they're working on staging, and also switches to the main branch of the uploader since variants are now in the uploader's main.
1 parent 8c2cb9f commit 01b5283

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/actions/action_tests/action.yaml

+2-1
Original file line numberDiff line numberDiff 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

.github/actions/linter_tests/action.yaml

+2-1
Original file line numberDiff line numberDiff 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

.github/actions/tool_tests/action.yaml

+2-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)