Testing workflows

This commit is contained in:
Ashcon Partovi
2024-04-23 15:05:44 -07:00
parent 668a3a292e
commit 98c109c98e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { spawnSync } from "node:fs";
import { spawnSync } from "node:child_process";
import { createHash } from "node:crypto";
import { getInput, setOutput } from "@actions/core";

View File

@@ -18045,7 +18045,7 @@ var require_core = __commonJS((exports) => {
// action.mjs
var core = __toESM(require_core(), 1);
import {spawnSync} from "node:fs";
import {spawnSync} from "node:child_process";
import {createHash} from "node:crypto";
var getCacheKey = function() {
const { error, status, stdout, stderr } = spawnSync("git", ["ls-files", "-s", ...paths], {