Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Nov 19, 2024
1 parent 4ad3e46 commit c720043
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ 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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c720043

Please sign in to comment.