From 9fc12a83d89b7dd3c7d6c2cef7a069c2379647d1 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Thu, 16 May 2024 23:58:40 -0500 Subject: [PATCH] ci: fix maintenance --- .github/workflows/maintenance.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index dc089001..e5ca6e38 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -1,4 +1,4 @@ -name: Scripted maintenance +name: maintenance on: [push, pull_request_target] @@ -10,6 +10,8 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} + fetch-depth: 2 - uses: actions/setup-python@v2 with: