From 0313fd54bcfeed977c3d2451645199ffc316a551 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Jun 2025 16:23:38 -0500 Subject: [PATCH] add ref --- .gitea/workflows/process-pull-requests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/process-pull-requests.yaml b/.gitea/workflows/process-pull-requests.yaml index 15993df..ae50939 100644 --- a/.gitea/workflows/process-pull-requests.yaml +++ b/.gitea/workflows/process-pull-requests.yaml @@ -14,6 +14,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'alexlebens/workflow-scripts' + ref: main path: './scripts' - name: Set up Python