From e28f36ec6d1ceec886386e76c8be4c7ad26d32fd Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:03:10 +0100 Subject: [PATCH] Update Workflow (#3171) --- .github/workflows/close_issue_in_dev.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/close_issue_in_dev.yaml b/.github/workflows/close_issue_in_dev.yaml index 2bd7e6428..14e35e479 100644 --- a/.github/workflows/close_issue_in_dev.yaml +++ b/.github/workflows/close_issue_in_dev.yaml @@ -8,7 +8,14 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest - steps: + steps: + - name: Checkout target repo (main) + uses: actions/checkout@v4 + with: + repository: community-scripts/ProxmoxVE + ref: main + token: ${{ secrets.GITHUB_TOKEN }} + - name: Extract and Process PR Title id: extract_title run: |