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