Skip to content

Commit

Permalink
Merge branch 'Setland34:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Setland34 authored Dec 29, 2024
2 parents 792a1dc + ca991cd commit 73082bf
Show file tree
Hide file tree
Showing 4 changed files with 3,193 additions and 4,725 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,45 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: Add & Commit
# You may pin to the exact commit or the version.
# uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5
uses: EndBug/[email protected]
with:
# Arguments for the git add command
add: # optional, default is .
# The name of the user that will be displayed as the author of the commit
author_name: # optional
# The email of the user that will be displayed as the author of the commit
author_email: # optional
# Additional arguments for the git commit command
commit: # optional
# The name of the custom committer you want to use
committer_name: # optional
# The email of the custom committer you want to use
committer_email: # optional
# The directory where your repository is located. You should use actions/checkout first to set it up
cwd: # optional, default is .
# How the action should fill missing author name or email.
default_author: # optional, default is github_actor
# Arguments for the git fetch command (if 'false', the action won't fetch the repo)
fetch: # optional, default is --tags --force
# The message for the commit
message: # optional
# The name of the branch to create.
new_branch: # optional
# The way the action should handle pathspec errors from the add and remove commands.
pathspec_error_handling: # optional, default is ignore
# Arguments for the git pull command. By default, the action does not pull.
pull: # optional
# Whether to push the commit and, if any, its tags to the repo. It can also be used to set the git push arguments (more info in the README)
push: # optional, default is true
# Arguments for the git rm command
remove: # optional
# Arguments for the git tag command (the tag name always needs to be the first word not preceded by a hyphen)
tag: # optional
# Arguments for the git push --tags command (any additional argument will be added after --tags)
tag_push: # optional
# The token used to make requests to the GitHub API. It's NOT used to make commits and should not be changed.
github_token: # optional, default is ${{ github.token }}

4 changes: 2 additions & 2 deletions cache/fuzz/failures
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# It is recommended to check this file in to source control so that
# everyone who runs the test benefits from these saved cases.
cc d14fc5025cb2d33a5b5d61ecf33657f8f679c3197bf86dcaa338007a95a43334 # shrinks to 0x7037b393000000000000000000000000000000000000000000000000000000000000007a0000000000000000000000003d9e6aa57f58768370b10a80da478b81186f3c00
cc e96264774c3f741dfdbba3cafffdbcc5936eb5d1e45f56c6fd15230a4c1e4105 # shrinks to 0x2820dd8c00000000000000000000000000000000000000000000000000000000f57c57d30000000000000000000000000000000000000000000000000000000000000e1600000000000000000000000000000000000000000000000000000000000027610000000000000000000000000000000000000000000000000000000000001d61
cc # shrinks to 0x7037b393000000000000000000000000000000000000000000000000000000000000007a0000000000000000000000003d9e6aa57f58768370b10a80da478b81186f3c00
d14fc5025cb2d33a5b5d61ecf33657f8f679c3197bf86dcaa338007a95a43334cc e96264774c3f741dfdbba3cafffdbcc5936eb5d1e45f56c6fd15230a4c1e4105 # shrinks to 0x2820dd8c00000000000000000000000000000000000000000000000000000000f57c57d30000000000000000000000000000000000000000000000000000000000000e1600000000000000000000000000000000000000000000000000000000000027610000000000000000000000000000000000000000000000000000000000001d61
cc a90aab57ca3e69b735ee63d71a01e83590c46ade233d5c9525e4c5be17895920 # shrinks to 0xc4ff4f50000000000000000000000000000000000000000000000000000000000000363300000000000000000000000000000000000000000000000000000000f851a4410000000000000000000000000000000000000000000000000000000000002437000000000000000000000000d91e2fbbbe99db1c4432a98c17af45d139bdfeb6
cc bacc431436ed2b13f267b7a8453634f9267b78e4f930171adfa33fbf16728c8b # shrinks to 0x3b342cc100000000000000000000000000000000000000000000000000000000000065640000000000000000000000000000000000000000000000000000000000004864
cc ed334007822cdccbb527aaba797de78a53f64d5482eeca58dd1a052138e14b48 # shrinks to 0x238c99d9000000000000000000000000000000000000000000000000000000006f2d5a4100000000000000000000000020f8237697c0078f83d0ae0f6816d18b43014e4c0000000000000000000000001d8612c3ee3da50aaf7893df3ac35d3de8d93298
Expand Down
Loading

0 comments on commit 73082bf

Please sign in to comment.