You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
162
164
163
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with ${{ inputs.FEATURE_FLAGS === '{}' ? 'all feature flags disabled.': '\n\n<details><summary><div>The following flags enabled:</div></summary>```json\n${{inputs.FEATURE_FLAGS}}```'}
165
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with ${ featureFlags === '{}' ? 'all feature flags disabled.': '\n\n<details><summary><div>The following flags enabled:</div></summary>```json\n${ featureFlags }```'}}
164
166
165
167
❌ Unfortunately, one or more of these BIT tests failed. 😞
166
168
167
169
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you'd like help.
168
170
169
-
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
171
+
You can view the detailed results of the tests [here](${runURL}).`;
const message = `⚠️ **Files have been modified in this PR that impact the Autofill experience** ⚠️
162
163
163
-
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by the `${{ REMOTE_VAULT_CONFIG_MATCH || 'US production'}}` server.
164
+
[BIT](https://github.com/${owner}/browser-interactions-testing) was run to verify no regressions have been introduced to the core Autofill experience. The tests ran with the same feature flag configuration used by the `${{ vars.BW_REMOTE_VAULT_CONFIG_MATCH || 'US production'}}` server.
164
165
165
166
❌ Unfortunately, one or more of these BIT tests failed. 😞
166
167
167
168
Please resolve the failure before merging; reach out to `@bitwarden/team-autofill-dev` if you'd like help.
168
169
169
-
You can view the detailed results of the tests [here](https://github.com/${owner}/browser-interactions-testing/actions/runs/${context.runId}).`;
170
+
You can view the detailed results of the tests [here](${runURL}).`;
0 commit comments