Skip to content

Commit a5ca968

Browse files
committed
update
1 parent 1e8aafe commit a5ca968

File tree

3 files changed

+2
-124
lines changed

3 files changed

+2
-124
lines changed

package-lock.json

Lines changed: 1 addition & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as core from '@actions/core';
22
import * as exec from "@actions/exec";
33
import * as io from "@actions/io";
44
import * as tc from "@actions/tool-cache";
5-
import fs from 'fs'
5+
import fs from 'fs';
66

77
async function run(): Promise<void> {
88
try {

src/wait.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)