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:
parent
cfe7da8526
commit
8d88f1fa52
|
@ -13,7 +13,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export SHELL=/bin/sh
|
export SHELL=/bin/sh
|
||||||
export HOME="${TMP:-/tmp}"
|
export HOME=/dev/null
|
||||||
|
|
||||||
# Parse options.
|
# Parse options.
|
||||||
usage() {
|
usage() {
|
||||||
|
|
Loading…
Reference in New Issue