Skip to content

Commit

Permalink
fixies
Browse files Browse the repository at this point in the history
  • Loading branch information
rteqs committed Sep 10, 2024
1 parent 67faf1d commit 2218e7f
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 1,146 deletions.
79 changes: 70 additions & 9 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"package": "yarn run ncc build src/index.ts --transpile-only --minify"
},
"dependencies": {
"@actions/artifact": "v2",
"@actions/core": "^1.9.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1"
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import * as tc from "@actions/tool-cache";

const run = async () => {
try {
core.debug("Creating artifact client");

core.debug("Loading inputs");
const token = core.getInput("token");
const serviceName = core.getInput("service-name");
Expand Down
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["./**/*"],
"include": ["./**/*", "../dist"],
"compilerOptions": {
"outDir": "../dist/",

Expand Down
Loading

0 comments on commit 2218e7f

Please sign in to comment.