Skip to content

Commit e34e3ce

Browse files
committed
chore: test
1 parent cb97302 commit e34e3ce

File tree

11 files changed

+1739
-125198
lines changed

11 files changed

+1739
-125198
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,6 @@ Thumbs.db
9696

9797
# Ignore built ts files
9898
__tests__/runner/*
99-
lib/**/*
99+
lib/**/*
100+
101+
.idea

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@ inputs:
3838
description: 'Change status to published after package upload'
3939
required: false
4040
default: 'false'
41+
label:
42+
description: 'Label to set on the package when publishing'
43+
required: false
4144
outputs:
4245
package-id:
4346
description: 'Package ID that was deployed'
47+
package-version:
48+
description: 'Package version that was deployed'
4449
package-status:
4550
description: 'Final status of the deployed package (draft is a successful deploy)'
4651
runs:

dist/index.js

Lines changed: 203 additions & 119975 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.LEGAL.txt

Lines changed: 198 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)