Skip to content

Commit d79feb5

Browse files
authored
Merge pull request #612 from haskell/remove-gh-envar
Remove workaround in github actions not longer needed
2 parents c3af2dd + 1ef375f commit d79feb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on: [push, pull_request]
44
jobs:
55
test:
66
runs-on: ${{ matrix.os }}
7-
env:
8-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
97
strategy:
108
fail-fast: false
119
matrix:

0 commit comments

Comments
 (0)