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 e9f410e commit 03f1e15Copy full SHA for 03f1e15
.github/workflows/test.yml
@@ -4,7 +4,8 @@ on: [push, pull_request]
4
jobs:
5
test:
6
runs-on: ${{ matrix.os }}
7
-
+ env:
8
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
9
strategy:
10
fail-fast: false
11
matrix:
0 commit comments