We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac857da commit 6bc79a0Copy full SHA for 6bc79a0
.github/workflows/tests.yml
@@ -28,6 +28,8 @@ env:
28
# For webdriver script
29
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
30
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"
33
34
# Turn this on to debug an action
35
# GITHUB_CONTEXT: ${{ toJson(github) }}
0 commit comments