Skip to content

Commit

Permalink
feat: add update class hashes local action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Jan 31, 2024
1 parent 744a140 commit a18309a
Show file tree
Hide file tree
Showing 7 changed files with 26,856 additions and 28 deletions.
9 changes: 9 additions & 0 deletions .github/actions/update-class-hashes/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Update Class Hashes'
description: 'Update the class hashes in the docsite'
inputs:
json-file:
description: 'The json file containing the class hashes'
required: true
runs:
using: "node20"
main: "bin/index.js"
Loading

0 comments on commit a18309a

Please sign in to comment.