Skip to content

Commit

Permalink
Update actionUtils.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Tiwari authored and GitHub committed Mar 28, 2022
1 parent e093ab0 commit 31da195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/actionUtils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as core from "@actions/core";
import * as cache from "@actions/cache";
import * as core from "@actions/core";

import { Events, Outputs, RefKey, State } from "../src/constants";
import * as actionUtils from "../src/utils/actionUtils";
Expand Down

0 comments on commit 31da195

Please sign in to comment.