From 6adb31bc89a961fa94143123e85237da1812932b Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Fri, 22 Mar 2024 22:48:35 -0500 Subject: [PATCH] Remove extra debugging output to prepare to merge. --- .forgejo/workflows/pull_request.yaml | 4 ---- 1 file changed, 4 deletions(-) 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