Skip to content

Commit

Permalink
New bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rprakashg-redhat committed Jan 26, 2024
1 parent 8d59d6f commit abf37cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import * as core from "@actions/core";
import * as io from "@actions/io";
import { Inputs, Outputs } from "./generated/inputs-outputs";
import * as ioUtil from "@actions/io/lib/io-util";
import * as path from "path";
import * as fs from "mz/fs";
import * as uuidV4 from "uuid/v4";

import { Inputs, Outputs } from "./generated/inputs-outputs";
import { Command } from "./command";
import { UploadArtifact } from "./uploadArtifact";

Expand Down

0 comments on commit abf37cb

Please sign in to comment.