From 67a4b0cf6b43227658c927a5555a92c1effba1ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:20:34 +0000 Subject: [PATCH 1/2] Initial plan From 6501ae811fb782cd6a222bf714c4b040abce90de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:23:14 +0000 Subject: [PATCH 2/2] Refactor workflow to remove duplicated push operations Co-authored-by: 44erxyz <223365242+44erxyz@users.noreply.github.com> --- .github/workflows/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff75c40..13c26a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,16 +21,6 @@ jobs: dist/github-contribution-grid-snake.svg dist/github-contribution-grid-snake.gif - - name: Git status (debug) - run: git status - - - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: main # falls dein Default "master" ist → auf master ändern - force: true - - name: Deploy to output branch uses: crazy-max/ghaction-github-pages@v2.1.3 with: