From 1f22f553241d2b3abae9c5ec29eabd101ce3ec5a Mon Sep 17 00:00:00 2001 From: Eric McDaniel Date: Mon, 3 Mar 2025 10:48:46 -0500 Subject: [PATCH] chore: woops haha --- .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 c4ae954a5..e31189e32 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -37,9 +37,9 @@ jobs: # needs: # - e2e steps: + - uses: actions/checkout@v4 - name: Copy .env file run: cp ./self-host/.env.example .env - - uses: actions/checkout@v4 - uses: pullpreview/action@v5 with: # Those GitHub users will have SSH access to the servers