diff --git a/.forgejo/workflows/pull_request.yaml b/.forgejo/workflows/pull_request.yaml index 9b2c440..700fa3d 100644 --- a/.forgejo/workflows/pull_request.yaml +++ b/.forgejo/workflows/pull_request.yaml @@ -20,10 +20,6 @@ jobs: name: 'Checkout Repository' with: fetch-depth: 0 - - name: 'Debugging' - run: | - latest_git_tag="$(git describe --tags --abbrev=0)" - echo "Previous Git Tag: $latest_git_tag" - name: 'Pre-Commit' run: | pre-commit install