diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 0f6fec92..03577fcd 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -35,8 +35,3 @@ jobs: git config --local user.email "action@github.com" git add README.md # Specify the README file or use . for all changes git commit -m "Update README from GitHub Actions" || echo "No changes to commit" - - - name: Push changes - run: git push origin hyde-gallery # Push changes back to the branch - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use the GitHub token for authentication