Skip to content

Commit d5f6287

Browse files
committed
Try remove ACTIONS_ALLOW_UNSECURE_COMMANDS from CI
1 parent 9db1f4b commit d5f6287

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
phpunit:
3939
name: PHPUnit
4040
runs-on: ubuntu-latest
41-
env:
42-
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
4341
strategy:
4442
matrix:
4543
include:
@@ -76,7 +74,6 @@ jobs:
7674
name: "Code coverage"
7775
runs-on: ubuntu-latest
7876
env:
79-
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
8077
XDEBUG_MODE: 'coverage'
8178
strategy:
8279
matrix:

0 commit comments

Comments
 (0)