From 3f1073eee629cac565f83ea18cf689471ee34865 Mon Sep 17 00:00:00 2001 From: Grant Bruer Date: Thu, 29 Aug 2024 22:26:13 -0400 Subject: [PATCH] Update auto-format.yaml --- .github/workflows/auto-format.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-format.yaml b/.github/workflows/auto-format.yaml index 549ef96..82a3f4c 100644 --- a/.github/workflows/auto-format.yaml +++ b/.github/workflows/auto-format.yaml @@ -57,6 +57,8 @@ jobs: run: make autoformat - name: Create pull request with changes run: | + gh auth status + gh auth refresh --reset-scopes gh auth status if git diff --quiet ; then echo "No formatting changes were made"