From 864522b7fa423116b31111669d4786263cf309b1 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:31:56 +0100 Subject: [PATCH] Fix wrong repo (#3197) --- .github/workflows/crawl-versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crawl-versions.yaml b/.github/workflows/crawl-versions.yaml index 52d25264a..96d03a7ae 100644 --- a/.github/workflows/crawl-versions.yaml +++ b/.github/workflows/crawl-versions.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 with: - repository: community-scripts/ProxmoxVED + repository: community-scripts/ProxmoxVE ref: main - name: Generate a token