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