From a6e6caeca1c12ac85656002b8069f76b7a67b764 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Fri, 13 Feb 2026 17:10:01 -0500 Subject: [PATCH] Enable debug mode for fork-safe run Debugging https://github.com/target/diff-poetry-lock/pull/35 not getting this right. Signed-off-by: Colin Dean --- .github/workflows/diff-poetry-lock.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/diff-poetry-lock.yaml b/.github/workflows/diff-poetry-lock.yaml index a96ca10..7c1dde5 100644 --- a/.github/workflows/diff-poetry-lock.yaml +++ b/.github/workflows/diff-poetry-lock.yaml @@ -21,5 +21,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} sparse-checkout: poetry.lock - name: Diff poetry.lock + env: + DEBUG_MODE: 1 uses: | # zizmor: ignore[unpinned-uses] It's safe to use main on our own repo. target/diff-poetry-lock@main