Skip to content

Commit 6bc79a0

Browse files
authored
fix: Add patch for build (#1219)
1 parent ac857da commit 6bc79a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ env:
2828
# For webdriver script
2929
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
3030
BROWSERSTACK_KEY: ${{ secrets.BROWSERSTACK_KEY }}
31+
# https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
32+
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
3133

3234
# Turn this on to debug an action
3335
# GITHUB_CONTEXT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)