Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Nov 19, 2024
1 parent d5d3ad4 commit 8b77ef6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
git config --local user.email "[email protected]"
git add . # Specify the README file or use . for all changes
git commit -m "Update README from GitHub Actions" || echo "No changes to commit"
- name: Commit changed files
uses: stefanzweifel/[email protected]
with:
commit_message: Generate README Table
branch: ${{ github.head_ref }}
commit_options: "--no-verify --signoff"
file_pattern: README.md
git push origin ${{ github.head_ref }} || echo "No changes to push"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8b77ef6

Please sign in to comment.