Skip to content

Commit f197ea1

Browse files
committed
Try to fix HOME
1 parent 92ff2ab commit f197ea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/aur-publish/entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3+
export HOME=/home/app # fix weird actions env
4+
5+
# TEMP does it fix this too?
6+
(cd ~ && pwd)
37

48
cd /home/app
59

0 commit comments

Comments
 (0)