From 4fcdca796899ad8b17f7492c569a95b2fd3cf6db Mon Sep 17 00:00:00 2001 From: Eric McDaniel Date: Mon, 3 Mar 2025 10:51:43 -0500 Subject: [PATCH] chore: try this --- .github/workflows/on_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pr.yml b/.github/workflows/on_pr.yml index e31189e32..f21303fd5 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Copy .env file - run: cp ./self-host/.env.example .env + run: cp ./self-host/.env.example ./self-host/.env - uses: pullpreview/action@v5 with: # Those GitHub users will have SSH access to the servers