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