From 79c43d9e8ce7344f4bbb5461d701bd3a9ee0bf33 Mon Sep 17 00:00:00 2001 From: alikia2x Date: Sun, 30 Nov 2025 03:01:10 +0800 Subject: [PATCH] fix: using absolute path of pm2 in GitHub actions config --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0313ecc..0e5e44e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,4 +15,4 @@ jobs: script: | cd /web/cvsa git pull - pm2 restart cvsa-be --update-env + /home/github-actions/.bun/bin/pm2 restart cvsa-be --update-env