Skip to content

Commit

Permalink
annotate
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 16, 2023
1 parent bf011d5 commit 8579b16
Show file tree
Hide file tree
Showing 9 changed files with 26,037 additions and 850 deletions.
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ inputs:
version:
description: 'HEMTT Version'
default: 'latest'
annotate:
description: 'Annotate output'
default: 'true'
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
post-if: 'always()'
1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

842 changes: 0 additions & 842 deletions dist/licenses.txt

This file was deleted.

5 changes: 2 additions & 3 deletions dist/index.js → dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8579b16

Please sign in to comment.