aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
-rw-r--r--github-actions.service4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f4f8a2d9b8..221e49b3b3af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-actions
pkgdesc = GitHub Actions self-hosted runner tools.
pkgver = 2.161.0
- pkgrel = 3
+ pkgrel = 4
url = https://help.github.com/en/actions
install = PKGBUILD
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 551f4fb74c2c..0f88ad901ac7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=github-actions
pkgver=2.161.0
-pkgrel=3
+pkgrel=4
pkgdesc='GitHub Actions self-hosted runner tools.'
arch=('x86_64')
url='https://help.github.com/en/actions'
diff --git a/github-actions.service b/github-actions.service
index aecf162dda95..20cecad7b732 100644
--- a/github-actions.service
+++ b/github-actions.service
@@ -3,9 +3,9 @@ Description=GitHub Actions Listener Daemon
[Service]
User=github-actions
-WorkingDirectory=~
+WorkingDirectory=/opt/github-actions
Type=exec
-ExecStart=./run.sh
+ExecStart=/opt/github-actions/run.sh
[Install]
WantedBy=multi-user.target