Skip to content

Commit 2218e7f

Browse files
committed
fixies
1 parent 67faf1d commit 2218e7f

File tree

5 files changed

+76
-1146
lines changed

5 files changed

+76
-1146
lines changed

dist/index.js

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"package": "yarn run ncc build src/index.ts --transpile-only --minify"
66
},
77
"dependencies": {
8-
"@actions/artifact": "v2",
98
"@actions/core": "^1.9.0",
109
"@actions/exec": "^1.1.1",
1110
"@actions/tool-cache": "^2.0.1"

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import * as tc from "@actions/tool-cache";
66

77
const run = async () => {
88
try {
9-
core.debug("Creating artifact client");
10-
119
core.debug("Loading inputs");
1210
const token = core.getInput("token");
1311
const serviceName = core.getInput("service-name");

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"include": ["./**/*"],
2+
"include": ["./**/*", "../dist"],
33
"compilerOptions": {
44
"outDir": "../dist/",
55

0 commit comments

Comments
 (0)