From f52238aca102218bb3ab84ea3a511f3648811b61 Mon Sep 17 00:00:00 2001 From: Alejandro Mota Date: Tue, 25 Feb 2025 16:54:39 -0800 Subject: [PATCH] Debug format CI --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e78f489..c32774d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,11 @@ jobs: - name: Run JuliaFormatter with Spaces run: julia -e 'using JuliaFormatter; format(".")' + - name: Debug Secrets + run: echo "GH_PAT is set" + env: + GH_PAT: ${{ secrets.GH_PAT }} + - name: Commit formatted files (if needed) run: | git config --global user.name "github-actions[bot]"