Skip to content

Commit

Permalink
Fix README generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-porpoise committed Nov 29, 2023
1 parent 73077e7 commit f467fd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bambda-checker-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: |
[ $(sha256sum BambdaChecker.jar | awk '{ print $1 }') = '80a0af46f3b9b053c9624c6cc5f2be08fdcdc759064d177f3acd55ff98b85fb9' ]
java -jar BambdaChecker.jar
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -m "Update README.md files" || true
git push || true

0 comments on commit f467fd5

Please sign in to comment.