feat(github_actions): Revert HOME back to /dev/null

Turns out this bit was never actually needed to fix the issue that they
were expected to fix.

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-05-08 22:45:29 +02:00
parent cfe7da8526
commit 8d88f1fa52
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
set -e
export SHELL=/bin/sh
export HOME="${TMP:-/tmp}"
export HOME=/dev/null
# Parse options.
usage() {