From b61c3b1657c4751cf209ba0dce22e0805abeae49 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:48:34 +0000 Subject: [PATCH] Fix YAML indentation in handle-fix-commit action Indented lines in the bash script block that were starting at column 1, causing a YAML syntax error. This resolves the failure in the Apply formatting workflow introduced by commit 04601cc. Co-authored-by: greenc-FNAL <2372949+greenc-FNAL@users.noreply.github.com> --- .github/actions/handle-fix-commit/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/handle-fix-commit/action.yaml b/.github/actions/handle-fix-commit/action.yaml index 6bc7aff07..37a836f2e 100644 --- a/.github/actions/handle-fix-commit/action.yaml +++ b/.github/actions/handle-fix-commit/action.yaml @@ -85,8 +85,8 @@ runs: rm -f ~/.git-credentials umask 077 cat < ~/.git-credentials -https://x-access-token:${{ inputs.token }}@github.com -EOF + https://x-access-token:${{ inputs.token }}@github.com + EOF git config --local credential.helper 'store --file ~/.git-credentials' git add -u