From 6d83ae6aa835e04bb469a70c35cbf190ae5ccc2f Mon Sep 17 00:00:00 2001 From: RawDiamondMC Date: Sat, 16 Nov 2024 00:16:02 +0800 Subject: [PATCH] fix: spotless action oh my god --- .github/workflows/spotless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotless.yml b/.github/workflows/spotless.yml index bec14c9e..da02c8b1 100644 --- a/.github/workflows/spotless.yml +++ b/.github/workflows/spotless.yml @@ -26,6 +26,6 @@ jobs: run: | git config user.name "GitHub Actions" git config user.email "actions@github.com" - git commit -m "chore: Apply Spotless" git add . + git commit -m "chore: Apply Spotless" git push