diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 79f1a0b..d32add0 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,8 +26,6 @@ jobs: echo "## GENERATED REPO URL" echo "Repository URL: $FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY.git" echo "" - echo "## GIT CONFIG" - git config --list | grep url - uses: actions/checkout@v4 with: