From b5458da4903e766bbfbc3722254caea7d7da8e80 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 31 Dec 2025 19:01:50 +0100 Subject: [PATCH] debug --- .gitea/workflows/push-to-github.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/push-to-github.yaml b/.gitea/workflows/push-to-github.yaml index 3cce1cd..20e21af 100644 --- a/.gitea/workflows/push-to-github.yaml +++ b/.gitea/workflows/push-to-github.yaml @@ -30,7 +30,13 @@ jobs: - run: | git remote add github "${GIT_REPO_URL}" || git remote set-url github "${GIT_REPO_URL}" - git push github --all - git push github --tags + echo "DEBUG" + cat ~/.git-credentials + git remote show + git remote get-url github env: GIT_REPO_URL: ${{ secrets.GIT_REPO_URL }} + + - run: | + git push github --all + git push github --tags