Skip to content

Commit

Permalink
Merge pull request #12 from atlanhq/fix-npm-build
Browse files Browse the repository at this point in the history
DQ-435 fix: npm run build
  • Loading branch information
rittikdasgupta authored Oct 17, 2024
2 parents d72f400 + 68302d5 commit 9d92a1b
Show file tree
Hide file tree
Showing 5 changed files with 39,040 additions and 2,890 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ inputs:
IGNORE_MODEL_ALIAS_MATCHING:
description: "Ignore model alias matching"
required: false
default: false
default: "false"
ATLAN_CONFIG:
description: "Atlan CLI config file location"
required: false
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

branding:
Expand Down
Loading

0 comments on commit 9d92a1b

Please sign in to comment.