From 66b069b50d14f8e5fb8b7a258dad3ba9b1b2b6d9 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 16 Sep 2025 13:56:45 +0300 Subject: [PATCH] This is it --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 318b0b0..bffb77d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,13 +88,7 @@ jobs: git add init.lua git commit -m "Publish init.lua" git push --force origin init-lua - - # print the current folder path and the contents of the folder - - name: Debug current folder - run: | - pwd - ls -la - + git checkout main # switch back to main branch for graceful job ending check-formatting: runs-on: ubuntu-24.04