We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ff2ab commit f197ea1Copy full SHA for f197ea1
.github/actions/aur-publish/entrypoint.sh
@@ -1,5 +1,9 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
+export HOME=/home/app # fix weird actions env
4
+
5
+# TEMP does it fix this too?
6
+(cd ~ && pwd)
7
8
cd /home/app
9
0 commit comments