Skip to content

Commit

Permalink
Merge pull request #11 from PortSwigger/fix-action
Browse files Browse the repository at this point in the history
Fix README generation.
  • Loading branch information
PortSwiggerWiener authored Nov 29, 2023
2 parents 73077e7 + f467fd5 commit a0e8598
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 a0e8598

Please sign in to comment.